import { State } from 'xstate'; import { ComponentsMachine } from './getComponentsUsedInBilling'; export type ComponentsState = State; export declare const getComponentsUpdatesAllowed: (machineState: ComponentsState) => boolean;