export declare const paramsSerializer: (params: Record<string, string | Record<string, string>>) => string;
