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