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