import { GeneralObject } from "./types"; declare const _default: (object: GeneralObject, keys: string[]) => GeneralObject; export = _default;