import { type IrType } from "@tsonic/frontend"; import type { EmitterContext } from "../../types.js"; import type { RuntimeUnionFrame } from "./runtime-union-shared.js"; export declare const buildRuntimeUnionFrame: (type: IrType, context: EmitterContext) => RuntimeUnionFrame | undefined; export declare const getCanonicalRuntimeUnionMembers: (type: IrType, context: EmitterContext) => readonly IrType[] | undefined; //# sourceMappingURL=runtime-union-frame.d.ts.map