import { Map } from "immutable";
import { ValueKey } from "../key/repr";
import type { InputMeta } from "./dict-input";
export declare function parseMetaInput(input: InputMeta): Map<ValueKey, string>;
//# sourceMappingURL=parse-dict.d.ts.map