export { o as default };
declare class o extends Error {
    static consoleWriteWithIndex(r: any, t: any): void;
    static consoleWrite(r: any): void;
    constructor(r: any, t: any);
    innerError: any;
}
