FineTuningJobEventsPage: {
    #private: any;
    [asyncIterator]: (() => AsyncGenerator<FineTuningJobEvent, any, any>);
    body: unknown;
    data: FineTuningJobEvent[];
    getNextPage: (() => Promise<FineTuningJobEventsPage>);
    getPaginatedItems: (() => FineTuningJobEvent[]);
    hasNextPage: (() => boolean);
    has_more: boolean;
    iterPages: (() => AsyncGenerator<FineTuningJobEventsPage, any, any>);
    nextPageRequestOptions: (() => null | PageRequestOptions);
    options: FinalRequestOptions;
    response: Response;
}