/** * Strict receiver classification helpers for call emission. */ import { IrType } from "@tsonic/frontend"; import { EmitterContext } from "../../types.js"; declare const isPrimitiveReceiverExtensionCall: (receiverType: IrType | undefined, context: EmitterContext) => boolean; export { isPrimitiveReceiverExtensionCall }; //# sourceMappingURL=call-binding-resolution.d.ts.map