export declare const endpoints: { crud: { getObjectById: string; getObjects: string; getNestedData: string; query: string; createObject: string; editObjectProperties: string; deleteObject: string; deleteObjectAndSubElements: string; updateLastUsersActions: string; addManyToManyReference: string; dropManyToManyReference: string; getManyToManyReferencesItems: string; }; updatesRecord: { getUpdateRecordByObjectId: string; }; files: { uploadFile: string; getDownloadUrl: string; deleteFile: string; ocrOfImage: string; ocrOfPdf: string; scanInvoice: string; scanDocument: string; transcribeAudio: string; }; filter: { lookUpFilter: string; nestedFilter: string; runCustomAggregationQuery: string; }; pdfTemplate: { generatePdfByTemplate: string; createPdfFromHtml: string; }; googleIntegration: { getEmails: string; sendEmail: string; getCalendarEvents: string; createCalendarEvent: string; }; openai: { createCompletion: string; createChatCompletion: string; generateImage: string; editImage: string; }; gemini: { analyzeVideo: string; }; notifications: { createNotification: string; }; statistics: { getStatistic: string; }; email: { sendEmail: string; }; webScraper: { scrape: string; extract: string; screenshot: string; searchAndExtract: string; }; };