import type { LifecycleEvent } from './lifecycle-metadata';
export declare const OnLifecycleEvent: (eventName: LifecycleEvent) => MethodDecorator;
