import type { ParsedNetwork } from '../types/internal'; import type { Network } from '../types/public'; export declare function parseNetwork(network: Network): ParsedNetwork; //# sourceMappingURL=network.d.ts.map