import { ITableAttr } from '../interface/table-attribute.interface';
import { MapperObject, WhereOptions } from '../interface/where.interface';
export declare function parseWhere<T>(whereOptions: WhereOptions<T>, cols: ITableAttr, binds: MapperObject, op?: Symbol): string;