import { M as MigrationOptions } from '../../migrationOptions-BgtOZlq1.js';
import { N as Name } from '../../generalTypes-BlKhVJMl.js';
import { RoleOptions } from './shared.js';
import '../../logger.js';
import '../../utils/createTransformer.js';

type AlterRole = (roleName: Name, roleOptions: RoleOptions) => string;
declare function alterRole(mOptions: MigrationOptions): AlterRole;

export { type AlterRole, alterRole };
