/**
 * Checks if x is null or undefined.
 *
 */
export declare const isNil: (x: any) => x is null | undefined;
//# sourceMappingURL=is-nil.d.ts.map