declare function get(url: string): Promise<{ req: Response; data: T; }>; export { get };