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