export default function getMigration(actions: any): { commandsUp: any[]; commandsDown: any[]; consoleOut: string[]; };