import type { TableName, Where } from './types'; import type { Condition } from '@rocicorp/zero'; export declare function setEvaluatingPermission(value: boolean): void; export declare function where>(tableName: Table, builder: Builder, isServerOnly?: boolean): Where; export declare function where
>(builder: Builder): Where; export declare function getWhereTableName(where: Where): string | undefined; export declare function getRawWhere(where: Where): Where | undefined; //# sourceMappingURL=where.d.ts.map