import { Dictionary } from "./main";
export declare function invert<A extends {}>(obj: A): Dictionary<string[]>;
