import type pgPromise from "pg-promise"; import type { getSchemaFilter } from "./schema/getTablesForSchemaPostgresSQL"; export declare const getFkeys: (t: pgPromise.ITask<{}>, { schemaNames, sql }: ReturnType) => Promise<{ data: { fkeys: { oid: number; ftable: string; cols: string[]; fcols: string[]; }[]; }; hasError?: false; error?: undefined; duration: number; }>; //# sourceMappingURL=getFkeys.d.ts.map