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