export declare class SimulatorInstructionsNextEvent extends Event { static type: string; constructor(); } export declare class SimulatorInstructionsCloseEvent extends Event { static type: string; constructor(); }