import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeclineHandshakeRequest, DeclineHandshakeResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeclineHandshakeCommandInput extends DeclineHandshakeRequest {} export interface DeclineHandshakeCommandOutput extends DeclineHandshakeResponse, __MetadataBearer {} declare const DeclineHandshakeCommand_base: { new ( input: DeclineHandshakeCommandInput, ): import("@smithy/core/client").CommandImpl< DeclineHandshakeCommandInput, DeclineHandshakeCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeclineHandshakeCommandInput, ): import("@smithy/core/client").CommandImpl< DeclineHandshakeCommandInput, DeclineHandshakeCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeclineHandshakeCommand extends DeclineHandshakeCommand_base { protected static __types: { api: { input: DeclineHandshakeRequest; output: DeclineHandshakeResponse; }; sdk: { input: DeclineHandshakeCommandInput; output: DeclineHandshakeCommandOutput; }; }; }