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