export declare function fetch_no_cache(url: string, method?: string): Promise; export declare const fetch_retry: (url: string, num_remain?: number, e?: any) => Promise;