/** * Asserts that a value is `undefined` * * @tags guard, truthiness */ export declare const isUndefined: (value: unknown) => value is undefined;