import type { ThymianFormatLocation, ThymianFormatPosition } from '@thymian/core'; export declare abstract class LocMapper { protected readonly text: string; protected readonly path: string; protected constructor(text: string, path: string); abstract positionForOperationId(operationId: string): ThymianFormatPosition | undefined; locationForOperationId(operationId: string): ThymianFormatLocation | undefined; } //# sourceMappingURL=loc-mapper.d.ts.map