import { Epic } from "redux-observable"; import { Myth, MythDefinition, Myths } from "./types"; export declare const makeEpics: (pkg: PKG, myth: Myth, definition: MythDefinition) => Epic[]; export declare const makeMakeRootEpic: (myths: Myths) => () => Epic;