declare class StartRunner { static run(): Promise; static startCallBack(): void; } export default StartRunner;