import type { URLPair } from './types.js'; import type { PageHookSource } from '@d-zero/puppeteer-page-scan'; export type ChildProcessParams = { list: readonly URLPair[]; dir: string; useOldMode: boolean; types?: readonly string[]; selector?: string; ignore?: string; devices?: readonly string[]; hooks?: PageHookSource; combined?: boolean; };