/** * Function component life cycle calling tool. */ export declare function useLifecycle(onLifecycle?: (state: 'load' | 'unload') => void, callerName?: string, enableLog?: boolean): void; //# sourceMappingURL=useLifecycle.d.ts.map