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