import { ObjectWithStringKeys } from "../types/types";
export declare const addKeyValueToObject: (object: ObjectWithStringKeys, keys: string[], value: string) => void;
