import type { BaseHttpRequest } from './core/BaseHttpRequest'; import { AsyncTasksService } from './services/AsyncTasksService'; import { DownloadService } from './services/DownloadService'; import { FileImportsService } from './services/FileImportsService'; import { GitHubIntegrationService } from './services/GitHubIntegrationService'; import { GlossaryService } from './services/GlossaryService'; import { KeysService } from './services/KeysService'; import { LanguagesService } from './services/LanguagesService'; import { MembersService } from './services/MembersService'; import { NamespacesService } from './services/NamespacesService'; import { OtaService } from './services/OtaService'; import { ProjectsService } from './services/ProjectsService'; import { ReleasesService } from './services/ReleasesService'; import { ScreenshotsService } from './services/ScreenshotsService'; import { TagsService } from './services/TagsService'; import { TasksService } from './services/TasksService'; import { TranslationsService } from './services/TranslationsService'; import { WebhooksService } from './services/WebhooksService'; export declare class SejheyClient { readonly asyncTasks: AsyncTasksService; readonly download: DownloadService; readonly fileImports: FileImportsService; readonly gitHubIntegration: GitHubIntegrationService; readonly glossary: GlossaryService; readonly keys: KeysService; readonly languages: LanguagesService; readonly members: MembersService; readonly namespaces: NamespacesService; readonly ota: OtaService; readonly projects: ProjectsService; readonly releases: ReleasesService; readonly screenshots: ScreenshotsService; readonly tags: TagsService; readonly tasks: TasksService; readonly translations: TranslationsService; readonly webhooks: WebhooksService; readonly request: BaseHttpRequest; constructor(config: { api_token: string; }); } //# sourceMappingURL=SejheyClient.d.ts.map