import type { GraphQLScalarType } from 'graphql';
export declare function processRegExpAnnotations(scalar: GraphQLScalarType, pattern: string): void;
