export declare type StreamName = string;
export declare type EntryId = string;
export declare type EntryRaw = [EntryId, string[]];
export declare type StreamReadRaw = [StreamName, EntryRaw[]][];
