export declare const getRetryTopicName: (topicName: any, index: any) => string;
export declare const getDeadTopicName: (topicName: any) => string;
export declare const getPatternRetryTopic: (topicName: any) => string;
