export declare type CommitInRedis = {
    [K in 'id' | 'entityName' | 'v' | 'commitId' | 'entityId' | 'mspId' | 'event' | 'creator' | 'ts' | 'evstr' | 'signedRequest']: string;
};
