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