import type { ObjectHook } from 'rollup'; export type Satisfy = t; export type HookFunction> = H extends ObjectHook ? F : never;