ZeroShotAgentInput: {
    allowedTools: undefined | string[];
    llmChain: LLMChain<string, any>;
    outputParser: undefined | AgentActionOutputParser;
}

Type for the input to the ZeroShotAgent, with the 'outputParser' property made optional.