import { Options } from './types'; import { DriveService } from './drive'; export declare function drive(options: Options): DriveService;