/* Generated by @deepseek-ai/dsh-typert-generator from the Host FaceModel — do not edit. */ import type { RemoteResult, TypertRemoteContribution, } from '@deepseek-ai/dsh-typert-protocol' import type { PluginInventorySnapshot } from '@deepseek-ai/dsh-host-plugin-inventory/types' declare module '@deepseek-ai/dsh-typert-protocol' { interface TypertRemoteNamespace$706c7567696e496e76656e746f7279 { list: () => Promise> } interface TypertRemoteMap { 'pluginInventory/list': () => Promise> } interface TypertRemoteNamespaceMap { 'pluginInventory': TypertRemoteNamespace$706c7567696e496e76656e746f7279 } } export declare const TYPERT_REMOTE: TypertRemoteContribution export default TYPERT_REMOTE //# sourceMappingURL=typert.remote-client.d.ts.map