type SourcesTree = Record<string, any>;
export interface DeviceIdentity {
    canName: string;
    manufacturerCode?: string;
    modelId?: string;
    productCode?: number;
    sourceRefs: string[];
}
export declare function buildDeviceIdentities(sources: SourcesTree): DeviceIdentity[];
export {};
//# sourceMappingURL=deviceIdentities.d.ts.map