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