import { Client } from '@connectrpc/connect';
import { AppRegistryService } from '@towns-protocol/proto';
import type { RpcOptions } from './rpcCommon';
export type AppRegistryRpcClient = Client<typeof AppRegistryService> & {
    url: string;
};
export declare function makeAppRegistryRpcClient(dest: string, sessionToken: string, opts?: RpcOptions): AppRegistryRpcClient;
//# sourceMappingURL=makeAppRegistryRpcClient.d.ts.map