/** * Apimatic APILib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { ApiResponse, RequestOptions } from '../core.js'; import { BaseController } from './baseController.js'; export declare class SdkSourceTreeGenerationAsyncController extends BaseController { /** * Downloads the SDK Source Tree artifact. The endpoint returns a zip file containing the generated SDK * Source Tree. * * @param id * @return Response from the API call */ downloadGeneratedSdkSourceTree(id: string, requestOptions?: RequestOptions): Promise>; } //# sourceMappingURL=sdkSourceTreeGenerationAsyncController.d.ts.map