import type { GraphQLScalarType } from 'graphql';
export declare function getScalarExample(type: GraphQLScalarType): unknown;
