import type { SQLQueryProps } from './common.js'; export declare const FOREIGN_TABLES_SQL: (props: SQLQueryProps & { schemaFilter?: string; idsFilter?: string; tableIdentifierFilter?: string; }) => string; //# sourceMappingURL=foreign_tables.sql.d.ts.map