import { Engine } from "./engine";
export declare function run(engine: Engine): void;
