import type { Map } from "immutable";
import type { ValueKey } from "./repr";
export declare function toObjectForm(map: Map<ValueKey, string>): {
    [key: string]: string;
};
//# sourceMappingURL=convert.d.ts.map