export class SharedFolder { id: string; name: string; encryptionKey: Uint8Array; }