import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateAccountPreferencesRequest, UpdateAccountPreferencesResult, } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateAccountPreferencesCommandInput extends UpdateAccountPreferencesRequest {} export interface UpdateAccountPreferencesCommandOutput extends UpdateAccountPreferencesResult, __MetadataBearer {} declare const UpdateAccountPreferencesCommand_base: { new ( input: UpdateAccountPreferencesCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAccountPreferencesCommandInput, UpdateAccountPreferencesCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [UpdateAccountPreferencesCommandInput] ): import("@smithy/core/client").CommandImpl< UpdateAccountPreferencesCommandInput, UpdateAccountPreferencesCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateAccountPreferencesCommand extends UpdateAccountPreferencesCommand_base { protected static __types: { api: { input: UpdateAccountPreferencesRequest; output: UpdateAccountPreferencesResult; }; sdk: { input: UpdateAccountPreferencesCommandInput; output: UpdateAccountPreferencesCommandOutput; }; }; }