import type { DirSpec, HasParamsDict } from './generate'; export declare const generateClientTexts: (appDir: string, basePath: string | undefined, specs: DirSpec[], hasParamDict: HasParamsDict) => { filePath: string; text: string; }[]; //# sourceMappingURL=generateClient.d.ts.map