export interface Transformation {
    start: number;
    end: number;
    text: string;
}
//# sourceMappingURL=transformation.d.ts.map