export declare const isNullish: (input: unknown) => input is null | undefined;