import { PipeTransform } from '@angular/core'; import { ThirdPartyAddressRapidSearchModel } from "../models/referential/third-party-address-rapid-search.model"; import * as i0 from "@angular/core"; export declare class ThirdPartyAddressSearchPipe implements PipeTransform { transform(thirdPartyAddressSearch: ThirdPartyAddressRapidSearchModel, lang?: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }