export declare function cleanChannelName<channelType extends string>(channel?: channelType | undefined): channelType extends string ? string : undefined;
