import { Repository } from 'typeorm'; import { TenantAwareCrudService } from './../core/crud'; import { OrganizationLanguage } from './organization-language.entity'; export declare class OrganizationLanguageService extends TenantAwareCrudService { private readonly organizationLanguageRepository; constructor(organizationLanguageRepository: Repository); }