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