export declare const tokens: Map; export declare const parsers: Map; export declare const interpretes: Map; export declare function registrarToken(nombre: string, regex: RegExp): void; export declare function registrarParser(nombre: string, parserFn: Function): void; export declare function registrarInterprete(nombre: string, ejecutarFn: Function): void; //# sourceMappingURL=registrar.d.ts.map