import { GNSUserConfig, Article } from "./types"; declare const googleNewsScraper: (userConfig: GNSUserConfig) => Promise; export * from "./types"; export default googleNewsScraper;