export declare const isNull: (candidate: unknown) => candidate is null;
