type AddSymbol = (symbol: string, id: string) => () => void; declare const _default: AddSymbol; export default _default;