export interface PendingPromise { resolve: Function; reject: Function; } //# sourceMappingURL=PendingPromise.d.ts.map