import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class SmartgentSharePoint implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise; private static getAccessToken; private static getSiteId; private static getDriveId; private static listDocuments; private static getDocument; private static downloadDocument; private static getFolderId; }