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