import { Parameters } from "lib/types"; export type NormalizeParametersFunction = (parameters?: Parameters) => Parameters;