import { ShieldsIOShieldData } from "../types";
export default function scrapeAllCategoryPages(categories: string[]): Promise<Record<string, ShieldsIOShieldData[]>>;
