export declare const stringifyQueryParams: (queryParams: Record<string, string>) => string;
