import * as graphql from 'graphql'; import type { Config } from '../../lib'; export declare const objectIdentificationSelection: (config: Config, type: graphql.GraphQLNamedType) => graphql.SelectionNode[];