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