export {}; declare global { namespace Amity { type QueryBlockedUser = { token?: Amity.Token; limit?: Amity.PageLimit['limit']; }; type BlockedUserPaged = { paging: Amity.Pagination['paging'] & { total: number; }; }; type BlockedUsersLiveCollection = Amity.LiveCollectionParams; type BlockedUserLiveCollectionCache = Amity.LiveCollectionCache; } } //# sourceMappingURL=block.d.ts.map