export declare type StarterConfig = { startProjectCommand?: string; startProjectTimeout?: number; startProjectCompleteStringPattern?: string; commandExecutionContextPath?: string; };