import { Settings } from '../Settings.js';
export declare const rungame: (settings: Settings, otherArgs: string[]) => Promise<void>;
