import type { DeepOmit } from "../types/DeepOmit.js";
export declare function omitDeep<T, K extends string>(value: T, key: K): DeepOmit<T, K>;
//# sourceMappingURL=omitDeep.d.ts.map