import { Obj } from '../../ts-types'; export declare const removeKeysMutate: (keys: string[], obj: Obj) => Obj; //# sourceMappingURL=index.d.ts.map