import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GreengrassClient"; import { ResetDeploymentsRequest, ResetDeploymentsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface ResetDeploymentsCommandInput extends ResetDeploymentsRequest {} export interface ResetDeploymentsCommandOutput extends ResetDeploymentsResponse, __MetadataBearer {} declare const ResetDeploymentsCommand_base: { new ( input: ResetDeploymentsCommandInput ): import("@smithy/core/client").CommandImpl< ResetDeploymentsCommandInput, ResetDeploymentsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ResetDeploymentsCommandInput ): import("@smithy/core/client").CommandImpl< ResetDeploymentsCommandInput, ResetDeploymentsCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class ResetDeploymentsCommand extends ResetDeploymentsCommand_base { protected static __types: { api: { input: ResetDeploymentsRequest; output: ResetDeploymentsResponse; }; sdk: { input: ResetDeploymentsCommandInput; output: ResetDeploymentsCommandOutput; }; }; }