import { type PolarsConnectionSettingsV2Response } from "https://deno.land/x/wmill@v1.417.3/gen/index.ts";
definition: ({ s3fs_args: { endpoint_url: string; key?: string; secret?: string; use_ssl: boolean; cache_regions: boolean; client_kwargs: PolarsClientKwargs; }; storage_options: { aws_endpoint_url: string; aws_access_key_id?: string; aws_secret_access_key?: string; aws_region: string; aws_allow_http: string; }; })