import { Formats } from "./types"; export default function getSrcSets(formats: Formats, prefix?: string): { regular: string | null; webp: string | null; };