import { IrExpression, IrType } from "@tsonic/frontend"; import type { EmitterContext } from "../../types.js"; export declare const shouldPreferRuntimeExpectedType: (arg: IrExpression, actualType: IrType | undefined, runtimeExpectedType: IrType | undefined, context: EmitterContext) => boolean; //# sourceMappingURL=runtime-expected-type-preference.d.ts.map