export default interface PromiseSeal { resolve: (value?: any) => void; reject: (reason?: any) => void; } //# sourceMappingURL=promise-seal.d.ts.map