import { RuntimeException } from './runtime.exception';
export declare class BadRequestException extends RuntimeException {
}
