export declare const isEmpty: (value: string | number | object | null | undefined | boolean) => boolean;
