import { AmplifyMigrationOperation } from './operation'; export interface Planner { plan(): Promise; } //# sourceMappingURL=planner.d.ts.map