/** * Browser trajectory plugin contributing one entry to the conversation view * slot without defining a service. */ import type { Context } from '@deepseek-ai/cordis'; /** Required services: the conversation view slot and independent history source. */ export declare const inject: string[]; /** * Client plugin body: register the trajectory view tab. The registration * rides the slot service's effect wrapper, so plugin unload removes the tab. * @param ctx - client root context. */ export declare function apply(ctx: Context): void; //# sourceMappingURL=index.d.ts.map