import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AcceptHandshakeRequest, AcceptHandshakeResponse } from "../models/models_0"; export { __MetadataBearer }; export interface AcceptHandshakeCommandInput extends AcceptHandshakeRequest {} export interface AcceptHandshakeCommandOutput extends AcceptHandshakeResponse, __MetadataBearer {} declare const AcceptHandshakeCommand_base: { new ( input: AcceptHandshakeCommandInput, ): import("@smithy/core/client").CommandImpl< AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AcceptHandshakeCommandInput, ): import("@smithy/core/client").CommandImpl< AcceptHandshakeCommandInput, AcceptHandshakeCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AcceptHandshakeCommand extends AcceptHandshakeCommand_base { protected static __types: { api: { input: AcceptHandshakeRequest; output: AcceptHandshakeResponse; }; sdk: { input: AcceptHandshakeCommandInput; output: AcceptHandshakeCommandOutput; }; }; }