export declare const isZero: (value: string | number | boolean | RegExp | null | undefined | any[] | bigint) => boolean;