import { IsRecoveryAccountEnabledInput } from '../types'; export declare const isRecoveryAccountEnabled: (input: IsRecoveryAccountEnabledInput) => Promise;