import { GraphQLScalarType } from 'graphql';
export declare const GraphQLLongConfig: import("graphql").GraphQLScalarTypeConfig<number | bigint, string | number | bigint> & {
    name: string;
};
export declare const GraphQLLong: GraphQLScalarType<number | bigint, string | number | bigint>;
