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