export declare function hasStringNonEmptySymbols(value: unknown): value is string; export declare function hasEmailSymbol(value: string): boolean;