export declare class ZhonyaError extends Error {
    riotError?: Error;
    constructor(message: string, riotError?: Error);
}
