declare const SiteMpaUtil: { parse: (url: string) => Promise<{ title: string; sites: string[]; imageUrl: string; }>; }; export default SiteMpaUtil;