import type { MigrateAction } from "./types"; export declare function executeActions(actions: MigrateAction[]): Promise;