export interface IStringMap {
    [key: string]: string;
}
export declare const getURLQueryParams: (search?: string) => IStringMap;
