import type { Knex } from "knex"; import type PgType from "./PgType.ts"; declare const fetchTypes: (db: Knex, schemaNames: string[]) => Promise; export default fetchTypes;