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