import { RollbackCategoryRefactorer } from '../workflow/rollback-category-refactorer'; export declare class CustomCDKRollbackRefactorer extends RollbackCategoryRefactorer { protected fetchSourceStackId(): Promise; protected fetchDestStackId(): Promise; protected resourceTypes(): string[]; } //# sourceMappingURL=custom-cdk-rollback.d.ts.map