import { EffectBase } from "../EffectBase"; export declare class BuiltInFactory { static create(effectId: string, properties: Map): EffectBase | null; }