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