import { TextModel, Position } from './types';
export declare function getOffsetFromMonacoPosition(model: TextModel, position: Position): number;
