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