export declare const qs: { parse: (input: string) => Record; stringify: (params: Record) => string; join: (url: string, params: Record) => string; };