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