export declare function hasValue(value: string | undefined | null): boolean;
