import { LiveConfig } from "@ledgerhq/live-config/LiveConfig";
export declare const useAppVersionBlockCheck: ({ appVersion: uncoercedAppVersion, appKey, platform, osVersion, getConfigValue, }: {
    appVersion: string;
    osVersion?: string;
    appKey: "llm" | "lld";
    platform: "ios" | "android" | "macOS" | "windows" | "linux";
    getConfigValue?: typeof LiveConfig.getValueByKey;
}) => {
    shouldUpdate: boolean;
};
//# sourceMappingURL=useAppVersionBlockCheck.d.ts.map