import * as arktype_internal_variants_object_ts from 'arktype/internal/variants/object.ts'; import { N as NameTransformOptions } from './types-DjwHsNyZ.js'; import 'openapi3-ts/oas31'; import 'openapi3-ts/oas30'; declare const optionsSchema: arktype_internal_variants_object_ts.ObjectType<{ runtime: "none" | "arktype" | "io-ts" | "typebox" | "valibot" | "yup" | "zod"; tanstack: string | boolean; schemasOnly: boolean; output?: string; format?: boolean | "false" | "true"; defaultFetcher?: { envApiBaseUrl?: string; clientPath?: string; fetcherName?: string; apiName?: string; }; includeClient?: boolean | "false" | "true"; jsdoc?: boolean | "false" | "true"; successStatusCodes?: string; errorStatusCodes?: string; }, {}>; type GenerateClientFilesOptions = typeof optionsSchema.infer & { nameTransform?: NameTransformOptions; }; declare function generateClientFiles(input: string, options: GenerateClientFilesOptions): Promise; export { type GenerateClientFilesOptions, generateClientFiles };