import type { Flags } from '../types';
export default function migrate(themePath: string, flags: Flags): Promise<string | void>;
