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