import type { InterfaceDeclaration } from "dts-dom"; export interface ShapeInterfaceDeclaration extends InterfaceDeclaration { shapeId?: string; }