export interface TransformationOptions { contentDir: string; publicDir: string; dryRun?: boolean; }