import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CancelHandshakeRequest, CancelHandshakeResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CancelHandshakeCommandInput extends CancelHandshakeRequest {} export interface CancelHandshakeCommandOutput extends CancelHandshakeResponse, __MetadataBearer {} declare const CancelHandshakeCommand_base: { new ( input: CancelHandshakeCommandInput, ): import("@smithy/core/client").CommandImpl< CancelHandshakeCommandInput, CancelHandshakeCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CancelHandshakeCommandInput, ): import("@smithy/core/client").CommandImpl< CancelHandshakeCommandInput, CancelHandshakeCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CancelHandshakeCommand extends CancelHandshakeCommand_base { protected static __types: { api: { input: CancelHandshakeRequest; output: CancelHandshakeResponse; }; sdk: { input: CancelHandshakeCommandInput; output: CancelHandshakeCommandOutput; }; }; }