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