export declare type DbItem = {
    type: string;
    name: string;
    version: string;
};
