export declare class WhereParams { fieldName: string; value: any; allowWildcards: boolean; nestedPath: boolean; exact: any; }