export declare class SecurityQuestionAnswerModel { userId?: string; securityQuestionKey?: string; securityQuestionDescription?: string; securityAnswer?: string; } //# sourceMappingURL=SecurityQuestionAnswerModel.d.ts.map