import type { SQLQueryProps } from './common.js'; export declare const SCHEMAS_SQL: (props: SQLQueryProps & { nameFilter?: string; idsFilter?: string; includeSystemSchemas?: boolean; }) => string; //# sourceMappingURL=schemas.sql.d.ts.map