export declare function response_o__new(response:Response):response_o_T export interface response_o_T { headers:Headers ok:boolean redirected:boolean status:number statusText:string type:ResponseType url:string }