import { GraphQLScalarType } from 'graphql';
declare const GraphQLUpload: GraphQLScalarType<any, unknown>;
export { GraphQLUpload };
