import { GraphQLScalarType, GraphQLObjectType, GraphQLString } from "graphql"; type GraphQLTypeAny = GraphQLScalarType | GraphQLObjectType | typeof GraphQLString | any; /** * An object containing EOSIO native GraphQL types. */ export declare const antelope_types: Record; export {};