import type { AgentProfile } from '../types'; export declare function refreshOnChainData(address: string): Promise; export declare function onChainScore(agent: AgentProfile): number; //# sourceMappingURL=onchain.d.ts.map