export interface FetchArchivedThreadOptionsThe options used to fetch archived threads.
optionalbefore? : ThreadChannelResolvable | DateResolvable 
Only return threads that were archived before this Date or Snowflake Must be a ThreadChannelResolvable when type is private and fetchAll is false.
optionalfetchAll? : boolean 
Whether to fetch **all* * archived threads when type is private This property requires the  permission if true.
optionallimit? : number 
Maximum number of threads to return