import { IChoreography } from '../interfaces/choreography.interface'; export declare const ChoreographyDict: { readonly DISCORD_UPDATE_CHANNELS: IChoreography; readonly DISCORD_FETCH_MEMBERS: IChoreography; readonly TWITTER_REFRESH: IChoreography; readonly ANNOUNCEMENT_SEND_MESSAGE_TO_USER: IChoreography; readonly ANNOUNCEMENT_SEND_MESSAGE_TO_CHANNEL: IChoreography; };