export declare type UserCollection = { collectionId: string; collectionName: string; postIds: string[]; createdAt: any; lastUpdated?: any; };