import String from '../nodes/string'; declare const string: () => String; export default string;