/**
 * Returns wether the received parameter is the empty value or not
 * @param b
 */
export declare const isEmpty: (b: boolean) => boolean;
