import type { INodeProperties } from 'n8n-workflow'; export declare const fileRLC: INodeProperties; export declare const folderNoRootRLC: INodeProperties; export declare const folderRLC: INodeProperties; export declare const driveRLC: INodeProperties; export declare const sharedDriveRLC: INodeProperties; export declare const shareOptions: INodeProperties; export declare const permissionsOptions: INodeProperties; export declare const updateCommonOptions: INodeProperties[]; export declare const fileTypesOptions: ({ name: string; value: string; description: string; } | { name: string; value: "application/vnd.google-apps.drive-sdk"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.audio"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.folder"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.script"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.document"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.drawing"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.form"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.fusiontable"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.map"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.spreadsheet"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.sites"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.presentation"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.photo"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.unknown"; description?: undefined; } | { name: string; value: "application/vnd.google-apps.video"; description?: undefined; })[]; //# sourceMappingURL=common.descriptions.d.ts.map