import { IgClientError } from './ig-client.error'; export declare class IgNetworkError extends IgClientError { constructor(e: Error); }