1interface Symbol { 2 /** 3 * Expose the [[Description]] internal slot of a symbol directly. 4 */ 5 readonly description: string | undefined; 6} 7