import type { Knex } from "knex"; declare const useSchema: (getKnex: () => Knex, schemaName: string) => void; export default useSchema;