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