/**
* A specific spot in the source code based on line and column.
* Stryker uses zero-based indexes. So the first character in a file is at line 0, column 0.
*/exportinterfacePosition {
line: number;
column: number;
}
//# sourceMappingURL=position.d.ts.map