export declare const createRpcQueryExtension: (rpcEndpoint: string) => Promise<{ entity: { getEntityContext: ({ id }: { id: string; }) => Promise; }; }>;