export declare const isPromise: (v: any) => boolean | any;
export declare const isResponse: (v: any) => v is Response;
