import { FetchStateAndError, ID } from '../../commonStateTypes/common'; /** * The id whose lifecycle action is currently in flight, if any. List views fold * this in so a screen reads its own view rather than the action slice, and so * the "which row is busy" scan lives in one place. */ export declare const runningInvoicingActionId: (actionStateById: Record) => ID | undefined;