export declare class Pais { id: String; nombre: String; indicador: String; constructor(id: String, nombre: String, indicador: String); }