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