import{GraphQLError}from'../error/GraphQLError';/** * Upholds the spec rules about naming. */exportfunctionassertValidName(name: string):string;/** * Returns an Error if a name is invalid. */exportfunctionisValidNameError(name: string):GraphQLError|undefined;