import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAuthenticationUrlRequest, GetAuthenticationUrlResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetAuthenticationUrlCommandInput extends GetAuthenticationUrlRequest {} export interface GetAuthenticationUrlCommandOutput extends GetAuthenticationUrlResponse, __MetadataBearer {} declare const GetAuthenticationUrlCommand_base: { new ( input: GetAuthenticationUrlCommandInput, ): import("@smithy/core/client").CommandImpl< GetAuthenticationUrlCommandInput, GetAuthenticationUrlCommandOutput, import("..").ConnectParticipantClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetAuthenticationUrlCommandInput, ): import("@smithy/core/client").CommandImpl< GetAuthenticationUrlCommandInput, GetAuthenticationUrlCommandOutput, import("..").ConnectParticipantClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAuthenticationUrlCommand extends GetAuthenticationUrlCommand_base { protected static __types: { api: { input: GetAuthenticationUrlRequest; output: GetAuthenticationUrlResponse; }; sdk: { input: GetAuthenticationUrlCommandInput; output: GetAuthenticationUrlCommandOutput; }; }; }