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