import type { HandlerResult } from './server';
export declare function handleUpdateWorkspaceContext(createdFiles: string[], updatedFiles: string[], deletedFiles: string[]): Promise<HandlerResult>;
//# sourceMappingURL=handle-update-workspace-context.d.ts.map