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