import { convertCaughtError } from '../error/convert-unknown.js'; import { functionToDisposable } from '../lifecycle/dispose/bridges/function.js'; import { EnhancedAsyncDisposable } from '../lifecycle/dispose/async-disposable.js'; import { EnhancedDisposable } from '../lifecycle/dispose/sync-disposable.js'; /** @deprecated use functionToDisposable */ export declare const toDisposable: typeof functionToDisposable; /** @deprecated use EnhancedAsyncDisposable */ export declare const AsyncDisposable: typeof EnhancedAsyncDisposable; /** @deprecated use EnhancedDisposable */ export declare const Disposable: typeof EnhancedDisposable; /** @deprecated use convertCaughtError */ export declare const convertCatchedError: typeof convertCaughtError; //# sourceMappingURL=rename.d.ts.map