import { IMigrationContext } from '../migration-context.js'; /** * Applies migration steps to each repository in the given context. * * @param context - The migration context containing repositories to be processed. * @param options - Additional options to customize the migration process. * @returns A promise that resolves when all repositories have been processed. */ declare const _default: (context: IMigrationContext, options: any) => Promise; export default _default;