import type { GraphFactoryOptions } from './../types'; import type { GraphDriveItems } from './types'; export declare const DriveItemsFactory: ({ axiosClient, config }: GraphFactoryOptions) => GraphDriveItems;