import { LifecycleHooks } from './interfaces';
export declare function hasLifecycleHook(lcInterface: LifecycleHooks, token: any): boolean;
