declare module 'mi-primera-libreria-ccristhiand' {
  export function saludar(nombre: string): string;
}