export declare function format(url: string, query: any): string;
export declare function parse<T = any>(url: string, parseQueryString?: string): T;
