import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CancelParticipantAuthenticationRequest, CancelParticipantAuthenticationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CancelParticipantAuthenticationCommandInput extends CancelParticipantAuthenticationRequest {} export interface CancelParticipantAuthenticationCommandOutput extends CancelParticipantAuthenticationResponse, __MetadataBearer {} declare const CancelParticipantAuthenticationCommand_base: { new ( input: CancelParticipantAuthenticationCommandInput, ): import("@smithy/core/client").CommandImpl< CancelParticipantAuthenticationCommandInput, CancelParticipantAuthenticationCommandOutput, import("..").ConnectParticipantClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CancelParticipantAuthenticationCommandInput, ): import("@smithy/core/client").CommandImpl< CancelParticipantAuthenticationCommandInput, CancelParticipantAuthenticationCommandOutput, import("..").ConnectParticipantClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CancelParticipantAuthenticationCommand extends CancelParticipantAuthenticationCommand_base { protected static __types: { api: { input: CancelParticipantAuthenticationRequest; output: {}; }; sdk: { input: CancelParticipantAuthenticationCommandInput; output: CancelParticipantAuthenticationCommandOutput; }; }; }