/**
 * Assigns the empty value in an attribute or variable
 * @param target
 * @return boolean
 */
export declare const setEmpty: (target: boolean) => boolean;
