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