import type { DeepOmit } from "./types/DeepOmit.cjs";
/**
* @internal
* 
* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.
*/
export declare function omitDeep<T, K extends string>(value: T, key: K): DeepOmit<T, K>;
//# sourceMappingURL=omitDeep.d.cts.map
