import * as core from '@prismamedia/graphql-platform'; import * as utils from '@prismamedia/graphql-platform-utils'; import { type ReferenceColumnTree } from '../../../schema/table/column.js'; import type { TableReference } from './table-reference.js'; export type WhereCondition = string; export declare function AND(maybeConditions: ReadonlyArray>, parenthesize?: boolean): WhereCondition; export declare function OR(maybeConditions: ReadonlyArray>, parenthesize?: boolean): WhereCondition; export declare function filterNode(tableReference: TableReference, nodeFilter: core.NodeFilter, referenceColumnTree?: ReferenceColumnTree): WhereCondition; //# sourceMappingURL=where-condition.d.ts.map