interface Translations {
    commands: string;
    missingStickerMedia: string;
    sendingMediaError: string;
    commandNotFoundError: string;
    groupLimitReached: string;
    category: string;
}
export default Translations;
