import { Network } from '../Network'; export declare function getNetworkByLlamaId(llamaId: string): Network | undefined;