import { ExtendGraphqlSchema } from '@keystone-6/core/types';
export declare const getSchemaExtension: ({ listKey, }: {
    identityField: string;
    listKey: string;
}) => ExtendGraphqlSchema;
