import { TransformAgent } from '../Constants'; export type TWithTransformAgentParam = Readonly<{ agent?: TransformAgent; }>;