declare namespace TRANSLATE {
    interface Auth { AppID: string, AppSecret: string }
    interface Result { original: string, translated: string }
}