import { HookOptions } from '../../shared/hook-options';
export declare function AfterInit(target: any, propertyName: string): void;
export declare function AfterInit(options: HookOptions): Function;
