import { Migrator } from "./Migrator"; export declare function findShortestMigrationPath(nodes: Migrator[], from: string, to: string): Migrator[] | undefined;