export declare const generateQueryParameters: (params: { [key: string]: string | number | boolean | Date | undefined; }) => string;