export declare const create: {
    object: {
        fromEntries: <Value>(array: [string, Value][]) => Record<string, Value>;
    };
};
