import { AmplifyMigrationOperation } from '../../_common/operation'; import { RefactorBlueprint } from '../workflow/category-refactorer'; import { RollbackCategoryRefactorer } from '../workflow/rollback-category-refactorer'; export declare class AuthCognitoRollbackRefactorer extends RollbackCategoryRefactorer { protected resourceTypes(): string[]; protected fetchSourceStackId(): Promise; protected fetchDestStackId(): Promise; protected move(blueprint: RefactorBlueprint): Promise; protected afterMove(blueprint: RefactorBlueprint): Promise; } //# sourceMappingURL=auth-cognito-rollback.d.ts.map