import type { KnowledgeSource } from '../../types/schemas/chat/workspace-settings.js'; export declare function useKnowledgeSources(): { knowledgeSources: any; setKnowledgeSources: (sources: KnowledgeSource[] | null) => void; getWorkstationName: (workstationId: string) => string | undefined; };