declare type WheresData = { key: string; value: any; op: string; }; export { WheresData };