export * from './extension-sdk.ts'; export declare const inject: string[]; /** Mount the memory workspace plus the optional in-conversation interaction surfaces. */ export declare function apply(rawContext: unknown): void;