import { type StringifyBaseOptions } from "https://deno.land/x/openai@v4.62.0/internal/qs/types.ts";
definition: { delimiter?: string; allowDots?: boolean; encodeDotInKeys?: boolean; strictNullHandling?: boolean; skipNulls?: boolean; encode?: boolean; encoder?: () => string; filter?: Array<PropertyKey> | ((prefix: PropertyKey, value: any) => any); arrayFormat?: ; indices?: boolean; sort?: ((a: PropertyKey, b: PropertyKey) => number) | null; serializeDate?: (d: Date) => string; format?: "RFC1738" | "RFC3986"; formatter?: (str: PropertyKey) => string; encodeValuesOnly?: boolean; addQueryPrefix?: boolean; charset?: "utf-8" | "iso-8859-1"; charsetSentinel?: boolean; allowEmptyArrays?: boolean; commaRoundTrip?: boolean; }
| "indices"
| "brackets"
| "repeat"
| "comma"