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