import { ProviderAttributeModel } from "./ProviderAttributeModel"; export declare class ProviderModel { ID: number; ID_GUID: string; ProviderName: string; Description: string; TypeFullName: string; IsDefault: boolean; IsRunning: boolean; OrganizationID_GUID: string; ProviderTypeItemID_GUID: string; ProviderAttributes: ProviderAttributeModel[]; }