export declare const yellowstoneConfig: {
    id: number;
    name: string;
    nativeCurrency: {
        name: string;
        symbol: string;
        decimals: number;
    };
    rpcUrls: {
        default: {
            http: string[];
            webSocket: never[];
        };
        public: {
            http: string[];
            webSocket: never[];
        };
    };
    blockExplorers: {
        default: {
            name: string;
            url: string;
        };
    };
};
//# sourceMappingURL=yellowstoneConfig.d.ts.map