export declare class ViaCEPError {
    status: number;
    statusText: string;
    constructor(error: Response);
}
