import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AppStreamClient"; import { AssociateApplicationToEntitlementRequest, AssociateApplicationToEntitlementResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AssociateApplicationToEntitlementCommandInput extends AssociateApplicationToEntitlementRequest {} export interface AssociateApplicationToEntitlementCommandOutput extends AssociateApplicationToEntitlementResult, __MetadataBearer {} declare const AssociateApplicationToEntitlementCommand_base: { new ( input: AssociateApplicationToEntitlementCommandInput ): import("@smithy/smithy-client").CommandImpl< AssociateApplicationToEntitlementCommandInput, AssociateApplicationToEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AssociateApplicationToEntitlementCommandInput ): import("@smithy/smithy-client").CommandImpl< AssociateApplicationToEntitlementCommandInput, AssociateApplicationToEntitlementCommandOutput, AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class AssociateApplicationToEntitlementCommand extends AssociateApplicationToEntitlementCommand_base { protected static __types: { api: { input: AssociateApplicationToEntitlementRequest; output: {}; }; sdk: { input: AssociateApplicationToEntitlementCommandInput; output: AssociateApplicationToEntitlementCommandOutput; }; }; }