import { PipeTransform } from '@angular/core';
import { TccET_BIZOBJ } from '../../../odata/models/bizobj.model';
import { TccGetBoPropertyService } from '../../services/tcc-get-bo-property/tcc-get-bo-property.service';
export declare class TccGetBoPropertyByIdPipe implements PipeTransform {
    private getBoPropertyService;
    constructor(getBoPropertyService: TccGetBoPropertyService);
    transform(Id: string, BusinessObject: TccET_BIZOBJ.BusinessObject): TccET_BIZOBJ.IProperty;
}
