import { Effect } from '@lattice-php/ui/effects/types'; import { Translate } from '@lattice-php/ui/i18n/translatable'; type RawEffect = Record; export declare function buildEffects(effects: readonly RawEffect[], payload: Record, t: Translate): Effect[]; export {};