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