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