export declare type Tags = { uniqueTag?: string; tag1?: string; tag2?: string; tag3?: string; }; export declare type LO = { limit?: number; offset?: number; afterSerial?: number; }; export interface CloudElement extends Tags { id?: number; serial?: number; revision?: number; createdAt?: Date; updatedAt?: Date; head?: Uint8Array; }