/** The namespace for the string functions */exportdeclarenamespaceString {
/**Checks if the given text value is a valid string
* @param value The valued to compare to
* @returns True or false if the text represents an string*/functionis(value: string): boolean;
}