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