declare const descriptions: { name: string category: string categoryTags: string[] tags: string[] deprecatedAliases?: { name: string replacement: string reason: string deprecatedSince?: string }[] }[] export default descriptions export { descriptions }