CommonRerankerOptionsSchema: ZodObject<
    { k: ZodOptional<ZodNumber> },
    "strip",
    ZodTypeAny,
    { k?: number },
    { k?: number },
>