import { MultiNetworks, Network } from '@graphprotocol/indexer-common'; export declare function extractNetwork(unvalidatedNetworkIdentifier: string, multiNetworks: MultiNetworks): Network;