/** * @public */ export interface ErrorResponse { statusCode: number; }