import type { CLIOptions } from "../../utils/interfaces.js"; export declare const migrate: (props: CLIOptions) => Promise;