import { DomainIdentfier } from '../order/upsert'; import { Challenge } from './base'; export declare class ListChallengesRequest { authCode: string; } export declare class ListChallengesResponse { challenges: Array; expires: Date; identifier: DomainIdentfier; status: string; wildcard: boolean; authCode: string; }