/** * Browser half of the browse directory-picker backend: fills ui-workspace's * two directory-flow holes with the in-app Select Workspace Directory dialog * (figma `Harness` 813-23126 family), driving the node half's * `host.listDirectory`/`host.createDirectory` primitives. Mounting this * package therefore composes both sides of the browse interaction with one * cordis.yml row; no client code branches on a capability kind. The dialog's * copy is locale-registered here — the flow package owns its own strings. */ import type { ClientContext } from '@deepseek-ai/dsh-client-runtime/client'; /** Required services (cordis fiber inject): the slot registry, the wire-facing workspace service, and locale. */ export declare const inject: string[]; /** * Client plugin body: register the dialog's dictionaries and the browse flow * into both directory-flow holes through `slots.inject()` because the * ui-workspace entries may activate later or replace their declarations. * @param ctx - client root context. */ export declare function apply(ctx: ClientContext): void; //# sourceMappingURL=index.d.ts.map