import { ForwardCategoryRefactorer } from '../workflow/forward-category-refactorer'; export declare const KINESIS_STREAM_TYPE = "AWS::Kinesis::Stream"; export declare const ANALYTICS_RESOURCE_TYPES: string[]; export declare class AnalyticsKinesisForwardRefactorer extends ForwardCategoryRefactorer { protected fetchSourceStackId(): Promise; protected fetchDestStackId(): Promise; protected resourceTypes(): string[]; } //# sourceMappingURL=analytics-forward.d.ts.map