export = StartMining; /** * Utility class to start mining. */ declare class StartMining { static startMining(): Promise; }