import { RpcGetGuestsInfoResult } from '../../../types/rpc/rpc-get-guests-info-result.cjs'; import type { Client } from '../../../../clients/types.cjs'; export declare function getGuestsInfo(client: Client): Promise;