import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ApiGatewayV2Client"; import { GetDeploymentsRequest, GetDeploymentsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetDeploymentsCommandInput extends GetDeploymentsRequest {} export interface GetDeploymentsCommandOutput extends GetDeploymentsResponse, __MetadataBearer {} declare const GetDeploymentsCommand_base: { new ( input: GetDeploymentsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetDeploymentsCommandInput, GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetDeploymentsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetDeploymentsCommandInput, GetDeploymentsCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetDeploymentsCommand extends GetDeploymentsCommand_base { protected static __types: { api: { input: GetDeploymentsRequest; output: GetDeploymentsResponse; }; sdk: { input: GetDeploymentsCommandInput; output: GetDeploymentsCommandOutput; }; }; }