import { DependencySnapshotItem, ComponentInformationModel } from '../model/data.model';
export declare class DependencySnapshot {
    static DEP_SNAPSHOT: Array<DependencySnapshotItem>;
    static DEP_SNAPSHOT_ADDED: Array<DependencySnapshotItem>;
    static DEP_FULL_ADDED: Array<ComponentInformationModel>;
    static ECOSYSTEM: string;
    static REQUEST_ID: string;
}
