import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CancelClusterRequest, CancelClusterResult } from "../models/models_0"; export { __MetadataBearer }; export interface CancelClusterCommandInput extends CancelClusterRequest {} export interface CancelClusterCommandOutput extends CancelClusterResult, __MetadataBearer {} declare const CancelClusterCommand_base: { new ( input: CancelClusterCommandInput, ): import("@smithy/core/client").CommandImpl< CancelClusterCommandInput, CancelClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CancelClusterCommandInput, ): import("@smithy/core/client").CommandImpl< CancelClusterCommandInput, CancelClusterCommandOutput, import("..").SnowballClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CancelClusterCommand extends CancelClusterCommand_base { protected static __types: { api: { input: CancelClusterRequest; output: {}; }; sdk: { input: CancelClusterCommandInput; output: CancelClusterCommandOutput; }; }; }