export interface CreateAgentTestResponseModel {
    id: string;
}
