import { ParamsGetHomeShard } from '../../../types/rpc/params-get-home-shard.cjs'; import { RpcGetHomeShardResult } from '../../../types/rpc/rpc-get-home-shard-result.cjs'; import type { Client } from '../../../../clients/types.cjs'; export declare function getHomeShard(client: Client, param: ParamsGetHomeShard): Promise;