import { Dictionary } from "./main";
export declare function fromPairs<A = any>(pairs: [string, A][]): Dictionary<A>;
