declare function omitFunctionRecursively<T>(input: T, enable: boolean): T;

export { omitFunctionRecursively };
