import type { DateTime } from "luxon"; import type { EpisodeScraperPlugin } from "#episode"; export interface DateTimePluginOptions { span?: number; mapping: Record; } export declare const dateTimePlugin: EpisodeScraperPlugin;