import type { Schema } from "extract-pg-schema"; import type Output from "../Output"; declare const rangesGenerator: (schema: Schema, outputAcc: Output) => Output; export default rangesGenerator;