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