/**
 * Test string for emptiness or spaces only content
 * @param {string} target
 * @return boolean
 */
export declare const isEmpty: (target: string) => boolean;
