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