export interface Alias {
    title: string;
    country: string;
}
//# sourceMappingURL=aliases.d.ts.map