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