import * as coreClient from "@azure/core-client"; import { GeneratedClientOptionalParams } from "./models/index.js"; /** @internal */ export declare class GeneratedClientContext extends coreClient.ServiceClient { apiVersion: string; /** * Initializes a new instance of the GeneratedClientContext class. * @param options The parameter options */ constructor(options?: GeneratedClientOptionalParams); } //# sourceMappingURL=generatedClientContext.d.ts.map