import type { EffectInteraction } from './interactions'; export declare const EFFECT_INTERACTIONS: EffectInteraction[]; export declare function getInteractionsForEffect(effectId: string): EffectInteraction[]; export declare function getAllInteractionIds(): string[]; export declare function getInteractionById(interactionId: string): EffectInteraction | undefined; export declare function validateInteractions(validEffectIds: Set): string[]; //# sourceMappingURL=amplification.registry.d.ts.map