import { CFNResource } from '../../_common/cfn-template'; import { ForwardCategoryRefactorer } from '../workflow/forward-category-refactorer'; export declare class CustomCDKForwardRefactorer extends ForwardCategoryRefactorer { protected fetchSourceStackId(): Promise; protected fetchDestStackId(): Promise; protected resourceTypes(): string[]; protected gen2LogicalId(sourceId: string, sourceResource: CFNResource, targetResources: Map): Promise; } //# sourceMappingURL=custom-cdk-forward.d.ts.map