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