import { IrType } from "@tsonic/frontend"; import type { EmitterContext } from "../types.js"; export declare const resolveAnonymousStructuralReferenceType: (type: IrType, context: EmitterContext) => IrType | undefined; //# sourceMappingURL=structural-anonymous-targets.d.ts.map