import type { SubscriptionOperation } from "../operationsInterfaces/index.js"; import type { SubscriptionClient } from "../subscriptionClient.js"; import type { SubscriptionOperationGetOptionalParams, SubscriptionOperationGetResponse } from "../models/index.js"; /** Class containing SubscriptionOperation operations. */ export declare class SubscriptionOperationImpl implements SubscriptionOperation { private readonly client; /** * Initialize a new instance of the class SubscriptionOperation class. * @param client Reference to the service client */ constructor(client: SubscriptionClient); /** * Get the status of the pending Microsoft.Subscription API operations. * @param operationId The operation ID, which can be found from the Location field in the generate * recommendation response header. * @param options The options parameters. */ get(operationId: string, options?: SubscriptionOperationGetOptionalParams): Promise; } //# sourceMappingURL=subscriptionOperation.d.ts.map