import { IBufferService } from 'common/services/Services'; export declare function moveToCellSequence(targetX: number, targetY: number, bufferService: IBufferService, applicationCursor: boolean): string; //# sourceMappingURL=MoveToCell.d.ts.map