import { GraphQLSchema } from 'graphql';
import { DocumentStore, AllowedTransactionCallbackReturnTypes } from '../types';
export declare function convertResultKeysToDocument(schema: GraphQLSchema, store: DocumentStore, result: null | undefined | string | string[] | Record<string, string>): AllowedTransactionCallbackReturnTypes;
