import { Item } from '../types/Item'; import { IList } from '../async/IList'; export declare function autoTimestamp(item: T, model: string, list: IList): number;