export declare class ECoinType { readonly id: number; readonly description: string; readonly country: string; static readonly COP: ECoinType; static readonly USD: ECoinType; private constructor(); static getArray(): ECoinType[]; }