import type { GraphQLObjectLikeType } from '../../../schema/index.js';
export declare function getTruncatedObjectSelectionSetExample(type: GraphQLObjectLikeType, indentation: number, translate: (key: string, defaultMessage?: string) => string): string;