import { TokensState } from "./tokensState.type"; export declare function currentToken(state: TokensState): string; export declare function currentPosition(state: TokensState): number;