declare function protectMfaSecret(secret: string): string; declare function revealMfaSecret(stored: string | null | undefined): string | null; export { protectMfaSecret, revealMfaSecret };