export declare const hasValue: <V>(value: V | null | undefined) => value is V;
export declare const hasEntryValue: <K, V>(entry: [K, V | null | undefined]) => entry is [K, V];
//# sourceMappingURL=predicates.d.ts.map