import { Myth, MythDefinition, Myths } from "./types"; export declare const makeCreateMyth: (pkg: PKG, myths: Myths) => (name: NAME) => (definition: MythDefinition) => Myth;