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