import type { IrType } from "@tsonic/frontend"; import type { EmitterContext } from "../../types.js"; export declare const resolveRuntimeMaterializationTargetType: (target: IrType, context: EmitterContext) => IrType; //# sourceMappingURL=runtime-materialization-targets.d.ts.map