export declare class Cancel extends Error { constructor(config?:Cancel_config_T) returns:R } export declare function promise__cancel

>( promise:P ):P export declare function promise__cancel__throw(promise:Promise):void export type Cancel_config_T = { message?:string returns?:R }