/** Missing description */
export interface CreditCardChallengeCreation {
    /** Payload to answer the challenge */
    challenge: string;
}
//# sourceMappingURL=CreditCardChallengeCreation.d.ts.map