import type { LifetimesConstraint } from "./LifetimesConstraint"; export type LifetimesOption = { lifetimes?: LifetimesConstraint; };