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