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