import { Action, DocumentLoadState } from "./package/index.js"; export interface Template { actions: Action[]; url?: string; params?: Record; vars?: Record; debug?: boolean; useragent?: string; headers?: Record; timeout?: number; unpatch?: string[]; viewport?: { width: number; height: number; }; waitUntil?: DocumentLoadState; }