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