import { JsonOperation } from '@ne1410s/http'; import { ListChallengesRequest, ListChallengesResponse } from '../../web-models/challenge/list'; export declare class ListChallengesOperation extends JsonOperation { private baseUrl; constructor(baseUrl: string); validateRequest(requestData: ListChallengesRequest): void; deserialise(response: Response, requestData: ListChallengesRequest): Promise; }