export interface SearchOptions {
    size: number;
    offset: number;
}
export declare const DEFAULT_SEARCH_OPTIONS: SearchOptions;
