import type { UnderstandingSourceDefinition, UnderstandingSourcePlatform } from './types.js'; export declare function listUnderstandingSourceDefinitions(platform?: Exclude): UnderstandingSourceDefinition[];