export declare class EnderecoByCep {
    UF: string;
    LOGRADOURO: string;
    CIDADE: string;
    BAIRRO: string;
}
