export declare const stringify: (params: Record) => string; export declare const parse: (searchString: string) => { [k: string]: string; };