import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GrafanaClient"; import { AssociateLicenseRequest, AssociateLicenseResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AssociateLicenseCommandInput extends AssociateLicenseRequest {} export interface AssociateLicenseCommandOutput extends AssociateLicenseResponse, __MetadataBearer {} declare const AssociateLicenseCommand_base: { new ( input: AssociateLicenseCommandInput ): import("@smithy/smithy-client").CommandImpl< AssociateLicenseCommandInput, AssociateLicenseCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AssociateLicenseCommandInput ): import("@smithy/smithy-client").CommandImpl< AssociateLicenseCommandInput, AssociateLicenseCommandOutput, GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class AssociateLicenseCommand extends AssociateLicenseCommand_base { protected static __types: { api: { input: AssociateLicenseRequest; output: AssociateLicenseResponse; }; sdk: { input: AssociateLicenseCommandInput; output: AssociateLicenseCommandOutput; }; }; }