import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateChapCredentialsInput, UpdateChapCredentialsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateChapCredentialsCommandInput extends UpdateChapCredentialsInput {} export interface UpdateChapCredentialsCommandOutput extends UpdateChapCredentialsOutput, __MetadataBearer {} declare const UpdateChapCredentialsCommand_base: { new ( input: UpdateChapCredentialsCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateChapCredentialsCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateChapCredentialsCommandInput, UpdateChapCredentialsCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateChapCredentialsCommand extends UpdateChapCredentialsCommand_base { protected static __types: { api: { input: UpdateChapCredentialsInput; output: UpdateChapCredentialsOutput; }; sdk: { input: UpdateChapCredentialsCommandInput; output: UpdateChapCredentialsCommandOutput; }; }; }