import { Item } from '../../types/Item'; import Collection from '../collection'; export declare function ensure_ttl(collection: Collection): Promise;