import { Token } from './token'; export declare class EmptyToken extends Token { reduce(state: any): any; }