export default function create(migrationName: string, options: { readonly dir: string; readonly dryRun: boolean; readonly sequential: boolean; }): void;