export declare class MigrationDto {
    migration_file_name: string;
    migration_folder_name: string;
}
