import { EffectOptions } from './types'; export declare function Effect(options?: EffectOptions): (classProto: any, propKey: string) => any;