import { ErrorOptions, RuntimeError } from '@stone-js/core'; /** * Unauthorized http error. */ export declare class UnauthorizedError extends RuntimeError { constructor(message: string, options?: ErrorOptions); }