import { FormGroup } from '@angular/forms'; import { TranslationPatternInterface } from './line'; export declare class TranslationPattern implements TranslationPatternInterface { pattern: string; calledPartyTransformationMask: string; description: string; site: any; hasMultipleSites: boolean; multipleSitesId: string; cucmId: number; form: FormGroup; isNewForExistingLine: boolean; constructor(translationPattern?: TranslationPatternInterface); getSavableData(): {}; initForm(): void; getSiteId(): any; private hasMultipleSiteIds; }