import { Wallet } from 'fabric-network';
import { Store } from 'redux';
import type { Logger } from 'winston';
import type { FabricResponse, RepoFcn_IdCommitId } from '../types';
export declare const commandDeleteByEntityIdCommitId: (entityName: string, isPrivateData: boolean, option: {
    channelName: string;
    logger: Logger;
    connectionProfile: string;
    wallet: Wallet;
    store: Store;
}) => RepoFcn_IdCommitId<FabricResponse>;
