import { ShieldsIOShieldData } from "../types";
export default function scrapeCategoryPage(url: string): Promise<ShieldsIOShieldData[]>;
