import { JSONObject } from "../types";
export declare function omit(object: JSONObject, omitted: string[]): JSONObject;
