export declare function getStringifiedQueryParams(obj: { [key: string]: number | string | undefined | string[]; }): string;