import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CognitoIdentityProviderClient"; import { ResendConfirmationCodeRequest, ResendConfirmationCodeResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface ResendConfirmationCodeCommandInput extends ResendConfirmationCodeRequest {} export interface ResendConfirmationCodeCommandOutput extends ResendConfirmationCodeResponse, __MetadataBearer {} declare const ResendConfirmationCodeCommand_base: { new ( input: ResendConfirmationCodeCommandInput ): import("@smithy/core/client").CommandImpl< ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ResendConfirmationCodeCommandInput ): import("@smithy/core/client").CommandImpl< ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput, CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class ResendConfirmationCodeCommand extends ResendConfirmationCodeCommand_base { protected static __types: { api: { input: ResendConfirmationCodeRequest; output: ResendConfirmationCodeResponse; }; sdk: { input: ResendConfirmationCodeCommandInput; output: ResendConfirmationCodeCommandOutput; }; }; }