import { GraphQLClient } from 'graphql-request'; import { WorkerIntegrations } from '@anthor/entities-types'; import { BaseService } from '../base/BaseService'; export declare class WorkerIntegrationsService extends BaseService> { constructor(anthorApi: GraphQLClient); }