export interface IPosition {
    line: number;
    character: number;
}
//# sourceMappingURL=position.model.d.ts.map