import { FlowType, RootState } from '../types'; export declare const getFlowId: (action: string, state: RootState) => string; export declare const flowTypeFromFlowId: (flowId: string | undefined) => FlowType;