import { Command } from "commander"; declare const migrate: (program: Command) => Promise; export default migrate;