import type { InterfaceDeclaration } from "dts-dom"; export interface ShapeInterfaceDeclaration extends InterfaceDeclaration { shapeId?: string; } //# sourceMappingURL=ShapeInterfaceDeclaration.d.ts.map