import { IMedia } from '../types'; declare const HistoryService: { push: (post: IMedia) => void; replace: (post: IMedia) => void; }; export default HistoryService;