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<string | undefined>;
    protected fetchDestStackId(): Promise<string | undefined>;
    protected resourceTypes(): string[];
}
//# sourceMappingURL=analytics-forward.d.ts.map