import "./_dnt.polyfills.js"; import { PureEvent, type PureEventWithApply } from "./pure_event.js"; export declare class Disposable extends PureEvent { dispose(): Promise; [Symbol.dispose](): void; [Symbol.asyncDispose](): Promise; } export type DisposableWithApply = Disposable & PureEventWithApply; export declare const disposable: () => DisposableWithApply; //# sourceMappingURL=disposable.d.ts.map