import type { Fn } from '../interface';
export declare function tryOnScopeDispose(fn: Fn): boolean;
