import { GraphQLScalarType } from 'graphql-compose/lib/graphql';
declare const GraphQLRegExpAsString: GraphQLScalarType<RegExp, string>;
export default GraphQLRegExpAsString;
//# sourceMappingURL=RegExpAsString.d.ts.map