import type { ZGComputeNetworkBroker } from '../sdk'; import type { Table } from 'cli-table3'; export declare function initBroker(options: any): Promise; export declare function withBroker(options: any, action: (broker: ZGComputeNetworkBroker) => Promise): Promise; export declare function withFineTuningBroker(options: any, action: (broker: ZGComputeNetworkBroker) => Promise): Promise; export declare const neuronToA0gi: (value: bigint) => number; export declare const splitIntoChunks: (str: string, size: number) => string; export declare const printTableWithTitle: (title: string, table: Table) => void; //# sourceMappingURL=util.d.ts.map