export interface ToolUsageStatsResponseModel {
    /** The total number of calls to the tool */
    totalCalls?: number;
    avgLatencySecs: number;
}
