/** * Filters object properties stripping any `undefined` value and naively casting any value to string * This is quite useful for preparing params for GET requests */ export declare function prepareParams(params: Record): Record;