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