export type Qs = { parse: (str: string) => Record; stringify: (obj: any) => string; }; export declare const qs: Qs;