import { ApiErrorException } from '../ApiErrorException';
export declare class BadRequest extends ApiErrorException {
}
