import type { SQLQueryPropsWithSchemaFilterAndIdsFilter } from './common.js'; export declare const TABLES_SQL: (props: SQLQueryPropsWithSchemaFilterAndIdsFilter & { tableIdentifierFilter?: string; }) => string; //# sourceMappingURL=table.sql.d.ts.map