import { DataChannelEntryResponseType, ObjectToDelete } from './types'; import { GraphqlResponseWrapper } from '../core/types'; export declare const createChannelIdentifier: (channelName: string, subChannelName: string, pluginName: string) => string; export declare const formatResponseForPubSubOrKeyValue: (dataResult: GraphqlResponseWrapper[]>) => GraphqlResponseWrapper>; export declare const deleteEntryFunctionUtil: (objectsToDelete: ObjectToDelete[], channelName: string, subChannelName: string, pluginName: string) => void; export declare const replaceEntryFunctionUtil: (entryId: string, channelName: string, subChannelName: string, pluginName: string, newPayloadJson: T) => void;