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