interface TokenSeparators { readonly tok: string readonly subTok: string readonly decimal: string } export { type TokenSeparators as default }