import { SpeakeasyBase } from "../../../internal/utils"; export declare class ErrorResponse extends SpeakeasyBase { error?: string; }