/** * Internal library helper that helps to check if value is empty */ export declare const isNull: (value: any) => boolean;