import { BaseException } from "./base.exception";
export declare class NotFoundException extends BaseException {
    constructor(message?: string);
}
