import { default as React } from 'react'; import { FlowSpec, StateFirstDB } from '@feltdb/core'; export interface OperationsExplorerProps { db?: StateFirstDB; model?: FlowSpec | null; namespace?: string; } export declare function OperationsExplorer({ db, namespace }: OperationsExplorerProps): React.JSX.Element; export default OperationsExplorer; //# sourceMappingURL=OperationsExplorer.d.ts.map