import { FetchConfig } from "./fetch-config"; /** * Determine if the logged-in user has enabled two-factor auth. */ export declare function getTwoFactorAuthRequired(options?: Partial): Promise;