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