import { EffectDef } from '../types/effect';
export declare function setEffectMetadata(proto: any, propName: string, effects: EffectDef[]): void;
