import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; export declare const GraphQLAccountNumberConfig: GraphQLScalarTypeConfig; export declare const GraphQLAccountNumber: GraphQLScalarType;