import { IrType } from "@tsonic/frontend"; import { EmitterContext } from "../types.js"; import type { CSharpTypeAst } from "../core/format/backend-ast/types.js"; export declare const resolveBindingBackedStructuralTypeAst: (type: Extract, context: EmitterContext) => CSharpTypeAst | undefined; export declare const resolveCanonicalStructuralReferenceTypeAst: (type: Extract, context: EmitterContext) => CSharpTypeAst | undefined; //# sourceMappingURL=reference-structural-signatures.d.ts.map