export declare const getNetworkAgents: () => Promise<{ id: string; name: string; description: string; price: string; category: string; provider: string; toolRouterKey: string; apiData: import('../../../../../zoo-message-ts/src/api/tools/types.ts').NetworkToolWithOffering; node: import('../../../../../zoo-message-ts/src/api/tools/types.ts').NetworkToolNode; }[]>;