export declare function stringifyQueryParams(params: Record<string, unknown>): string;
