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