/** Returns whether the provided value is some form of zero value */ export declare const isZeroLike: (val: any) => boolean; /** Returns whether the provided value is _not_ some form of zero value */ export declare const isNotZeroLike: (val: any) => boolean; //# sourceMappingURL=index.d.ts.map