/**
 * Country obj
 */
export interface Country {
    name: string;
    code: string;
}
//# sourceMappingURL=countries.d.ts.map