import type { GraphQLNonNull, GraphQLType } from 'graphql';
import type { TypeExampleGenerator } from './type-example';
export declare function getNonNullExample(type: GraphQLNonNull<GraphQLType>, expandLevel: number, level: number, getTypeExample: TypeExampleGenerator): unknown;
