export const fetchHackerNewsByKeyword: ( keyword: string, start: Date, end: Date ) => Promise export const fetchRedditByKeyword: ( keyword: string, start: Date, end: Date ) => Promise export const fetchTechCrunchByKeyword: ( keyword: string, start: Date, end: Date ) => Promise