import { tokenlist } from "./token";
export declare class repl {
    private static _repl;
    static repl_tokenlist: tokenlist;
    static repl_idx: number;
    static repl_comment: number;
    static isRepl(): boolean;
    static startRepl(): void;
    static endRepl(): void;
}
