import Engine from '../../engine/Engine'; import { EngineModule } from './index'; export declare const getSagaEngine: (state: any) => Engine; export declare const selectors: { getEngine: (state: any) => EngineModule; engineSchema: (state: EngineModule) => import("graphql").GraphQLSchema; };