import { BaseException } from './BaseException'; export declare const NOT_FOUND_EXCEPTION_NAME = "com.enonic.xp.exception.NotFoundException"; export declare class NotFoundException extends BaseException { constructor(message: string); }