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