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