import { ProtocolNetwork } from './ProtocolNetwork'; export declare const isNetworkEqual: (network1: ProtocolNetwork, network2: ProtocolNetwork) => boolean;