import { NameSpace, FunctionalNotation } from '../types'; export declare const getTaggedInitHelper: (namespace: NameSpace | undefined) => (tagName: string) => FunctionalNotation; export declare const getTaggedInitMapHelper: (getCreator: (tagName: K) => M[K], tagNames: readonly K[]) => M;