export declare function fetch_get(url: string): Promise; export declare function fetch_get_text(url: string): Promise;