import { DbItem } from '../contracts/DbItem';
export declare function calculateDbKey(item: DbItem): string;
