/** Region information */
export interface Region {
    /** Region name */
    region: string;
}
//# sourceMappingURL=Region.d.ts.map