/// <reference path="../../../globals.d.ts" />

declare module goog.locale {

    /**
     * Native country and language names
     * @type {Object}
     */
    var nativeNameConstants: Object;
}
