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