import type { AddEffectsInput, AddEffectsOutput } from '../../types'; export declare function addEffects(params: AddEffectsInput): Promise; //# sourceMappingURL=add-effects.d.ts.map