import type { OperationOptions } from "@azure-rest/core-client"; import type { ConnectionsOperations } from "../connections/index.js"; /** Interface representing telemetry operations */ export interface TelemetryOperations { /** Get appInsight connection string */ getApplicationInsightsConnectionString: (options?: OperationOptions) => Promise; } export declare function _getTelemetryOperations(connections: ConnectionsOperations): TelemetryOperations; //# sourceMappingURL=index.d.ts.map