import { type ParseBaseOptions } from "https://deno.land/x/openai@v4.62.1/internal/qs/types.ts";
definition: { comma?: boolean; delimiter?: string | RegExp; depth?: number | false; decoder?: () => any; arrayLimit?: number; parseArrays?: boolean; plainObjects?: boolean; allowPrototypes?: boolean; allowSparse?: boolean; parameterLimit?: number; strictDepth?: boolean; strictNullHandling?: boolean; ignoreQueryPrefix?: boolean; charset?: "utf-8" | "iso-8859-1"; charsetSentinel?: boolean; interpretNumericEntities?: boolean; allowEmptyArrays?: boolean; duplicates?: "combine" | "first" | "last"; allowDots?: boolean; decodeDotInKeys?: boolean; }