import type { IrType } from "@tsonic/frontend"; import type { EmitterContext } from "../../types.js"; export declare const getRuntimeUnionAliasReferenceKey: (type: IrType, context: EmitterContext) => string | undefined; export declare const runtimeUnionAliasReferencesMatch: (left: IrType, right: IrType, context: EmitterContext) => boolean; //# sourceMappingURL=runtime-union-alias-identity.d.ts.map