/** * @module Functions/Conversion * @author Pablo E. --Fidel-- Martínez López */ /** * Gives the string for a symbol, without the 'Symbol(...)' in it. */ export declare const symbolAsString: (s: symbol) => string; //# sourceMappingURL=symbolAsString.d.ts.map