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