import { INetworkError } from './network-error.type';
export declare function isNetworkError(value: unknown): value is INetworkError;
