import { TextOffset as TextOffsetRW, Issue } from '@cspell/cspell-types'; export interface ValidationResult extends TextOffsetRW, Pick { line: TextOffsetRW; isFlagged?: boolean | undefined; isFound?: boolean | undefined; } //# sourceMappingURL=ValidationResult.d.ts.map