/** Relevant informations about reset code */
export interface ResetPhoneCodeInfo {
    /** Activation code */
    activationCode?: string;
    /** Key book url */
    keyBook?: string;
    /** Server url */
    serverURL?: string;
}
//# sourceMappingURL=ResetPhoneCodeInfo.d.ts.map