import { ForwardCategoryRefactorer } from '../workflow/forward-category-refactorer'; export declare const DYNAMO_TABLE_TYPE = "AWS::DynamoDB::Table"; export declare class StorageDynamoForwardRefactorer extends ForwardCategoryRefactorer { protected fetchSourceStackId(): Promise; protected fetchDestStackId(): Promise; protected resourceTypes(): string[]; } //# sourceMappingURL=storage-dynamo-forward.d.ts.map