import { Tweet } from '../types/Tweet';
/**
 * Save tweets to a JSON file
 */
export declare function saveTweets(tweets: Tweet[]): void;
