/** * Type check guard for "defined". */ export declare const def: (value: T | undefined | null) => value is T;