// eslint-disable-next-line @typescript-eslint/ban-types declare function getSymbolDescription(symbol: symbol | Symbol): string | undefined; export = getSymbolDescription;