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