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