import { FlowState, ProjectState } from './reducer.js'; export declare const getProject: (state: FlowState) => ProjectState;