export declare const isEmpty: (value: T | null | undefined) => value is null | undefined;