import Logger from '../logger'; export declare const runCommandProcessAndWaitForComplete: (logger: Logger, command: string, commandTimeout: number | undefined, commandCompleteStringPattern: string, commandExecutionContextPath?: string | undefined) => Promise<() => Promise>;