import type { INodeProperties } from 'n8n-workflow'; import * as create from './create.operation'; import * as deleteDrive from './deleteDrive.operation'; import * as get from './get.operation'; import * as list from './list.operation'; import * as update from './update.operation'; export { create, deleteDrive, get, list, update }; export declare const description: INodeProperties[]; //# sourceMappingURL=Drive.resource.d.ts.map