/**
 * predicate is nothing
 * @param a
 */
declare const isNothing: (a: any) => boolean;
export default isNothing;
