import { ErrorBase } from './ErrorBase';
export declare class Exception extends ErrorBase {
    constructor(message: string, innerError?: Error);
}
