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