import { ParamsAccountHeights } from '../../types/rpc/params-account-heights.cjs'; import { UploadHeightsResult } from '../../types/rpc/upload-heights-result.cjs'; import type { Client } from '../../../clients/types.cjs'; export declare function accountHeightsToUpload(client: Client, param: ParamsAccountHeights): Promise;