ParserState: {
    currentArgument: string | undefined;
    data: Record<string, unknown>;
    input: string;
    output: string;
}
""