import { Cell } from '@ton/core'; export declare function fetchConfig(network: 'mainnet' | 'testnet', maxRetries?: number): Promise; export declare function setGlobalVersion(config: Cell, version: number, capabilites?: bigint): Cell;