import type { WatchlistFile, StorageEstimate } from './types.js'; export declare function estimateStorage(watchlist: WatchlistFile, ttlDays?: number): StorageEstimate; //# sourceMappingURL=estimator.d.ts.map