export declare function isPresent(obj: Object): boolean; export declare function ifPresentGet(presentResult: T, notPresentResult: K): (obj: Object) => T | K;