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