import { Api } from './api-types'; export declare const setBaseUrl: (newUrl: string) => void; export declare const setDefaultHeaders: (headers: Object) => void; export declare const getV1FileUpload: Api['getV1FileUpload']; export declare const postV1FileUploadMarkComplete: Api['postV1FileUploadMarkComplete']; export declare const getV1UserActivity: Api['getV1UserActivity']; export declare const postV1UserActivity: Api['postV1UserActivity']; export declare const postV1FormBuilder: Api['postV1FormBuilder']; export declare const getV1FormBuilder: Api['getV1FormBuilder']; export declare const getV1FormBuilderId: Api['getV1FormBuilderId']; export declare const patchV1FormBuilderId: Api['patchV1FormBuilderId']; export declare const getV1FormBuilderFieldsId: Api['getV1FormBuilderFieldsId']; export declare const getV1FormBuilderSchemaFieldsName: Api['getV1FormBuilderSchemaFieldsName']; export declare const getV1FormBuilderRelationalSchemaFieldsName: Api['getV1FormBuilderRelationalSchemaFieldsName']; export declare const getV1FilterResource: Api['getV1FilterResource']; export declare const getV1FilterFilterTable: Api['getV1FilterFilterTable']; export declare const postV1Filter: Api['postV1Filter']; export declare const putV1FilterId: Api['putV1FilterId']; export declare const deleteV1FilterId: Api['deleteV1FilterId']; export declare const getV1Dashboard: Api['getV1Dashboard']; export declare const postV1Dashboard: Api['postV1Dashboard']; export declare const getV1DashboardId: Api['getV1DashboardId']; export declare const putV1DashboardId: Api['putV1DashboardId']; export declare const deleteV1DashboardId: Api['deleteV1DashboardId']; export declare const getV1DashboardMetrics: Api['getV1DashboardMetrics']; export declare const getV1DashboardRecent: Api['getV1DashboardRecent']; export declare const getV1PagesResource: Api['getV1PagesResource']; export declare const patchV1PagesPageId: Api['patchV1PagesPageId']; export declare const postV1PagesShare: Api['postV1PagesShare']; export declare const getV1PagesUserList: Api['getV1PagesUserList']; export declare const postV1WorkflowAutomation: Api['postV1WorkflowAutomation']; export declare const getV1WorkflowAutomation: Api['getV1WorkflowAutomation']; export declare const getV1WorkflowAutomationId: Api['getV1WorkflowAutomationId']; export declare const putV1WorkflowAutomationId: Api['putV1WorkflowAutomationId']; export declare const deleteV1WorkflowAutomationId: Api['deleteV1WorkflowAutomationId']; export declare const getV1WorkflowAutomationTemplates: Api['getV1WorkflowAutomationTemplates']; export declare const patchV1WorkflowAutomationStatusId: Api['patchV1WorkflowAutomationStatusId']; export declare const postV1WorkflowAutomationPlayId: Api['postV1WorkflowAutomationPlayId']; export declare const getV1Languages: Api['getV1Languages']; export declare const postV1Languages: Api['postV1Languages']; export declare const getV1LanguagesId: Api['getV1LanguagesId']; export declare const putV1LanguagesId: Api['putV1LanguagesId']; export declare const deleteV1LanguagesId: Api['deleteV1LanguagesId']; export declare const getV1LanguagesTranslationsGenerateExcel: Api['getV1LanguagesTranslationsGenerateExcel']; export declare const postV1LanguagesLangIdModuleTranslationsImport: Api['postV1LanguagesLangIdModuleTranslationsImport']; export declare const getV1LanguagesTranslations: Api['getV1LanguagesTranslations']; export declare const postV1LanguagesTranslations: Api['postV1LanguagesTranslations']; export declare const getV1LanguagesModules: Api['getV1LanguagesModules']; export declare const getV1Templates: Api['getV1Templates']; export declare const postV1Templates: Api['postV1Templates']; export declare const patchV1TemplatesId: Api['patchV1TemplatesId']; export declare const deleteV1TemplatesId: Api['deleteV1TemplatesId']; export declare const getV1TemplatesId: Api['getV1TemplatesId']; export declare const patchV1TemplatesIdSetDefault: Api['patchV1TemplatesIdSetDefault']; export declare const getV1Subjects: Api['getV1Subjects']; export declare const postV1Subjects: Api['postV1Subjects']; export declare const patchV1SubjectsId: Api['patchV1SubjectsId']; export declare const getV1SubjectsId: Api['getV1SubjectsId']; export declare const getV1TemplateHeaderFooter: Api['getV1TemplateHeaderFooter']; export declare const postV1TemplateHeaderFooter: Api['postV1TemplateHeaderFooter']; export declare const patchV1TemplateHeaderFooterId: Api['patchV1TemplateHeaderFooterId']; export declare const getV1TemplateHeaderFooterId: Api['getV1TemplateHeaderFooterId']; export declare const getV1TemplateHeaderFooterCompanyIdHeaderFooter: Api['getV1TemplateHeaderFooterCompanyIdHeaderFooter']; export declare const getV1Notification: Api['getV1Notification']; export declare const patchV1NotificationMarkAsReadId: Api['patchV1NotificationMarkAsReadId']; export declare const postV1ReportsScheduleReport: Api['postV1ReportsScheduleReport']; export declare const getV1ReportsScheduleReport: Api['getV1ReportsScheduleReport']; export declare const putV1ReportsUpdateScheduleReportId: Api['putV1ReportsUpdateScheduleReportId']; export declare const deleteV1ReportsScheduleReportId: Api['deleteV1ReportsScheduleReportId']; export declare const getV1ReportsReportIdScheduleReport: Api['getV1ReportsReportIdScheduleReport']; export declare const getV1ReportsReportList: Api['getV1ReportsReportList']; type BuildOptions = { headers?: Object; }; export default function build(url: string, options?: BuildOptions): { getV1FileUpload: any; postV1FileUploadMarkComplete: any; getV1UserActivity: any; postV1UserActivity: any; postV1FormBuilder: any; getV1FormBuilder: any; getV1FormBuilderId: any; patchV1FormBuilderId: any; getV1FormBuilderFieldsId: any; getV1FormBuilderSchemaFieldsName: any; getV1FormBuilderRelationalSchemaFieldsName: any; getV1FilterResource: any; getV1FilterFilterTable: any; postV1Filter: any; putV1FilterId: any; deleteV1FilterId: any; getV1Dashboard: any; postV1Dashboard: any; getV1DashboardId: any; putV1DashboardId: any; deleteV1DashboardId: any; getV1DashboardMetrics: any; getV1DashboardRecent: any; getV1PagesResource: any; patchV1PagesPageId: any; postV1PagesShare: any; getV1PagesUserList: any; postV1WorkflowAutomation: any; getV1WorkflowAutomation: any; getV1WorkflowAutomationId: any; putV1WorkflowAutomationId: any; deleteV1WorkflowAutomationId: any; getV1WorkflowAutomationTemplates: any; patchV1WorkflowAutomationStatusId: any; postV1WorkflowAutomationPlayId: any; getV1Languages: any; postV1Languages: any; getV1LanguagesId: any; putV1LanguagesId: any; deleteV1LanguagesId: any; getV1LanguagesTranslationsGenerateExcel: any; postV1LanguagesLangIdModuleTranslationsImport: any; getV1LanguagesTranslations: any; postV1LanguagesTranslations: any; getV1LanguagesModules: any; getV1Templates: any; postV1Templates: any; patchV1TemplatesId: any; deleteV1TemplatesId: any; getV1TemplatesId: any; patchV1TemplatesIdSetDefault: any; getV1Subjects: any; postV1Subjects: any; patchV1SubjectsId: any; getV1SubjectsId: any; getV1TemplateHeaderFooter: any; postV1TemplateHeaderFooter: any; patchV1TemplateHeaderFooterId: any; getV1TemplateHeaderFooterId: any; getV1TemplateHeaderFooterCompanyIdHeaderFooter: any; getV1Notification: any; patchV1NotificationMarkAsReadId: any; postV1ReportsScheduleReport: any; getV1ReportsScheduleReport: any; putV1ReportsUpdateScheduleReportId: any; deleteV1ReportsScheduleReportId: any; getV1ReportsReportIdScheduleReport: any; getV1ReportsReportList: any; }; export {};