import { Type } from './type.interface'; export declare type Token = Type | symbol;