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