import type { GraphQLFieldsType } from '../../schema/models/graphql-fields-type.js';
import type { TypeExampleGenerator } from './type-example.js';
export declare function getObjectExample(type: GraphQLFieldsType, maxLevel: number, level: number, getTypeExample: TypeExampleGenerator): Record<string, unknown>;
