export type PasswordChangeDetails = { oldPassword?: string; newPassword?: string; }; //# sourceMappingURL=PasswordChangeDetails.d.ts.map