export declare const SEARCH_LIMIT_MAX: number;
export declare const SEARCH_OFFSET_MAX = 100000;
export declare const SEARCH_DEFAULT_LIMIT = 50;
