import { WhereGroup } from "./where-group"; export declare class WhereClause extends WhereGroup { toString(): string; }