import { ObjectKey } from "./main.js";
/**
 * Creates a new `Map` from keys and values of the given object, returning it
 */
export declare const toMap: (x: object) => Map<ObjectKey, any>;
