import { IrType } from "@tsonic/frontend"; import type { EmitterContext } from "../types.js"; import type { StructuralPropertyInfo } from "./structural-adaptation-types.js"; export declare const parseBindingPropertyType: (normalizedSignature: string | undefined) => IrType; export declare const collectStructuralProperties: (type: IrType | undefined, context: EmitterContext) => readonly StructuralPropertyInfo[] | undefined; //# sourceMappingURL=structural-property-model.d.ts.map