export declare const NULL_VALUE = "(null)";
export declare const isInvalid: (value: unknown) => value is null | undefined;
