import { GraphQLScalarType } from 'graphql'; export declare type ConnectionCursorType = string; export declare const ConnectionCursorScalar: GraphQLScalarType;