/** * A string containing the version of the GraphQL.js library */exportconstversion: string;/** * An object containing the components of the GraphQL.js version string */exportconstversionInfo:{major: number;minor: number;patch: number;preReleaseTag: number|null;};