declare const _default: Map; export default _default; export type TokenType = import("../../tokenizer/index.js").TokenType; export type State = import("../parse.js").State; export type Node = import("../index.js").Node; export type Literal = import("../index.js").Literal; export type Handler = (state: State) => { node: Node; end: number; }; export type LiteralType = "Ident" | "Number" | "Operator" | "Text"; //# sourceMappingURL=index.d.ts.map