import { MoveResult } from '../../../typings';
export declare function parseMoveResult(stdOut: string): MoveResult;
