import { ApiDefinition } from "../schemaFilesParser.js";
export declare function printClientImpl(apiDefinitions: ApiDefinition[]): Promise<string>;
