export declare class InstrumentablePromise { promise: Promise; resolve: (...any: any[]) => any; reject: (...any: any[]) => any; constructor(); }