export declare class Token { readonly value: string; readonly type: string; readonly length: number; constructor(value: string, type: string); }