export declare const isNil: (value: unknown) => boolean; export default isNil;