export declare const OriginalPromise: PromiseConstructor; export declare class PromiseWithContext extends OriginalPromise { constructor(callback: any); then(...args: any[]): any; catch(...args: any[]): any; finally(...args: any[]): any; }