import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
export declare const GraphQLBigIntConfig: GraphQLScalarTypeConfig<bigint | number, bigint | string | number>;
export declare const GraphQLBigInt: GraphQLScalarType<number | bigint, string | number | bigint>;
