import { CodedException } from './index'; export declare class IllegalOperationException extends CodedException { constructor(code: number, message: string, innerError?: Error); }