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