AkairoModuleOptions: ZodObject<
    { category: ZodOptional<ZodString> },
    "passthrough",
    ZodTypeAny,
    objectOutputType<
        { category: ZodOptional<ZodString> },
        ZodTypeAny,
        "passthrough",
    >,
    objectInputType<
        { category: ZodOptional<ZodString> },
        ZodTypeAny,
        "passthrough",
    >,
>