export declare function isSyncDisposable(obj: any): obj is Disposable; export declare function isAsyncDisposable(obj: any): obj is AsyncDisposable;