import { Native } from './Native'; import { Token } from './Token'; export type Type = Native | Token;