export declare class Simulator { static IS_RUNNING: boolean; static Run(steps?: string, opts?: { env?: any; logLevel?: string; password?: string; }): Promise; }