/**
 * Check if the value is a string and not empty
 * @param value
 * @returns {boolean}
 */
export declare function isStringWithLength(value: string): boolean;
