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