import { ISource } from "../engine/source"; /** Specifies that the data originated from the AI Model. */ export interface ISourceAiModel extends ISource { /** Gets the singleton value. */ value: ISourceAiModel; } //# sourceMappingURL=source_ai_model.d.ts.map