export declare class ParametroModel { chave: string; valor: any; constructor(chave: string, valor: any); }