interface Fn { (...arg: T[]): R; } export declare function onMountedOrActivated(hook: Fn): void; export {};