export declare function tryOnMounted(fn: () => void): void; export declare function tryOnUnmounted(fn: () => void): void;