import { RpcAccountHeight } from '../../../types/common/rpc-account-height.mjs'; import type { Client } from '../../../../clients/types.mjs'; export declare function allHeights(client: Client): Promise;