import type { Account, Chain, Client, Transport } from 'viem'; export type UploadOptions = { dataSetId: bigint; data: File[]; }; export declare function upload(client: Client, options: UploadOptions): Promise<{ txHash: import("viem").Hex; statusUrl: string; }>; //# sourceMappingURL=upload.d.ts.map