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