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