import type { ParserState } from './state/parser-state'; export declare const emitAllInfo: (state: ParserState) => Promise; export declare const triggerInfoEmit: (state: ParserState) => Promise;