declare function isTrullyEmpty(value: any): value is undefined | null;

export { isTrullyEmpty as default };
