import { NanIR } from "../../types.js"; import { FastGen, SlowGen } from "../context.js"; //#region src/core/codegen/schemas/nan.d.ts declare function slowNan(_ir: NanIR, g: SlowGen): string; declare function fastNan(_ir: NanIR, g: FastGen): string | null; //#endregion export { fastNan, slowNan }; //# sourceMappingURL=nan.d.ts.map