import type { EpisodeScraperPlugin } from "#episode"; export interface ImagePluginOptions { } export declare const imagePlugin: EpisodeScraperPlugin;