import { Position } from '@stryker-mutator/api/core'; /** * Calculates the offset (in characters) of a line/column based position in the given content. * @param content The content to search in * @param position The (zero-based) line/column based position */ export declare function positionToOffset(content: string, position: Position): number; //# sourceMappingURL=text-helpers.d.ts.map