import type { Engine } from "../../../engine";
export declare function loadExternalBubbleInteraction(engine: Engine): Promise<void>;
