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