import { Exception } from "../Exception"; export declare class UnprocessableEntityException extends Exception { constructor(message: string); }