export interface AiAgentParameter {
    name: string;
    description?: string;
}
//# sourceMappingURL=AiAgentParameter.d.ts.map