import type { TypedFunction } from '../core/function/typed.js'; import type { ConfigOptions } from '../core/config.js'; interface IsNegativeDependencies { typed: TypedFunction; config: ConfigOptions; } export declare const createIsNegative: import("../utils/factory.js").FactoryFunction; export {}; //# sourceMappingURL=isNegative.d.ts.map