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