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