import { TypedFunction, MatrixConstructor } from '../types.js'; interface NullishDependencies { typed: TypedFunction; matrix: MatrixConstructor; size: TypedFunction; flatten: TypedFunction; deepEqual: TypedFunction; } export declare const createNullish: import("../utils/factory.js").FactoryFunction; export {}; //# sourceMappingURL=nullish.d.ts.map