import { IgnoredOSUpdates } from "@ledgerhq/types-live";
import { GetLatestAvailableFirmwareActionState } from "../actions/getLatestAvailableFirmware";
/**
 * Filters out ignored firmware updates from the action state
 *
 * @param newValue The current action state
 * @param ignoredOSUpdates Array of firmware versions to ignore
 * @returns The filtered action state
 */
export declare const filterIgnoredFirmwareUpdates: (newValue: GetLatestAvailableFirmwareActionState, ignoredOSUpdates?: IgnoredOSUpdates) => GetLatestAvailableFirmwareActionState;
//# sourceMappingURL=filterIgnoredFirmwareUpdates.d.ts.map