import Symbol from './symbol.js';
declare const allSymbols: Map<string, Symbol>;
export { allSymbols };
