export interface Schema { /** The path to scan for files to migrate */ path?: string; /** Whether to perform a dry run without making changes */ dryRun?: boolean; }