export declare function myfetch(url: string, args?: RequestInit): Promise; export declare function textfetch(url: string, args?: RequestInit): Promise; export declare function jsonfetch(url: string, args?: RequestInit): Promise; export declare function timeout(time: number): Promise;