import { Dictionary } from "./main";
export declare function invertObj(obj: Dictionary): Dictionary<string>;
