import { State } from '../models'; import { WorkspaceApi } from '../services/WorkspaceApi'; export declare class WorkspaceFlowRunStatesApi extends WorkspaceApi { protected routePrefix: string; getFlowRunState(flowRunId: string): Promise; getFlowRunStates(flowRunId: string): Promise; }