import { Command } from 'commander';
import { CreateEmptyMigrationHandlerOptions } from '../types/create-empty-migration-handler-options';
export declare function createEmptyMigrationHandlerOptions(options: CreateEmptyMigrationHandlerOptions): Promise<void>;
export declare function createEmptyMigration(program: Command): void;
