export type FetchFn = (...args: any[]) => Promise; declare function fetchProxy(...args: any[]): Promise; export default fetchProxy;