import { COMPONENT_LIFECYCLE_HOOKS } from '../data'; import { ComponentLifecycleHooks } from '../types'; import { HookManagerInstance } from '@myparcel-vfb/hook-manager'; declare type UseLifeCycleHooks = () => { hooks: typeof COMPONENT_LIFECYCLE_HOOKS; register(hookManager: HookManagerInstance> & Record, args?: unknown): void; }; export declare const useLifeCycleHooks: UseLifeCycleHooks; export {}; //# sourceMappingURL=useLifeCycleHooks.d.ts.map