/** Resolved Knowledge instruction-table policy. */ export interface ResolvedKnowledgeDiscoveryConfig { readonly instructions: boolean; } /** * Knowledge discovery is synchronized into the canonical instruction source by * default. `false` is the only persisted override. */ export declare const resolveKnowledgeDiscoveryConfig: (args: { readonly instructions?: false; }) => ResolvedKnowledgeDiscoveryConfig; //# sourceMappingURL=discovery-config.d.ts.map