import type { PageHookSource } from '@d-zero/puppeteer-page-scan'; export type ChildProcessParams = { dir: string; hooks?: PageHookSource; };