import { GeneralRecord } from "../../lib/type"; export declare function removeObjKey(obj: GeneralRecord, key: string): { [k: string]: any; }; //# sourceMappingURL=removeObjKey.d.ts.map