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