import { ThirdPartyAddressRapidSearchModel } from "./third-party-address-rapid-search.model"; export declare class ThirdPartyRapidSearchModel { id: number; companyOrPersonName: string; code: string; docType: string; address: ThirdPartyAddressRapidSearchModel; }