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