type PublishTimersType = {
    [key: string]: NodeJS.Timeout;
};
export default PublishTimersType;
