/**
 * A regular expression that matches empty or whitespace strings.
 *
 * @category Helper
 */
export declare const WHITESPACE_REGEX: RegExp;
