declare const isNull: (value: any) => value is null;
export { isNull };
