export type Transformation = { transform(data: string): string }