import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociateSourceNetworkStackRequest, AssociateSourceNetworkStackResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface AssociateSourceNetworkStackCommandInput extends AssociateSourceNetworkStackRequest {} export interface AssociateSourceNetworkStackCommandOutput extends AssociateSourceNetworkStackResponse, __MetadataBearer {} declare const AssociateSourceNetworkStackCommand_base: { new ( input: AssociateSourceNetworkStackCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateSourceNetworkStackCommandInput, AssociateSourceNetworkStackCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AssociateSourceNetworkStackCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateSourceNetworkStackCommandInput, AssociateSourceNetworkStackCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AssociateSourceNetworkStackCommand extends AssociateSourceNetworkStackCommand_base { protected static __types: { api: { input: AssociateSourceNetworkStackRequest; output: AssociateSourceNetworkStackResponse; }; sdk: { input: AssociateSourceNetworkStackCommandInput; output: AssociateSourceNetworkStackCommandOutput; }; }; }