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