import { AxiosInstance } from 'axios'; import { AIService, AttachmentService, ConfigurationService, DataHelperService, GraphQLService } from '../services'; export interface FnDataServices { BaseAPIService: AxiosInstance; GraphQLService: GraphQLService; AttachmentService: AttachmentService; ConfigurationService: ConfigurationService; DataHelperService: DataHelperService; AIService: AIService; } //# sourceMappingURL=innerServices.d.ts.map