/** * Start the game. If assets haven't loaded yet, the game starts * as soon as they're ready. */ export function start(opt: any): Promise; /** * Called by the engine to tell that the game has ended */ export function engineStops(): void;