/// /** @internal */ export declare function withCleanup(item: T, cleanup: (item: T) => void): T & Disposable; //# sourceMappingURL=withCleanup.d.ts.map