import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAccountPreferencesRequest, GetAccountPreferencesResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetAccountPreferencesCommandInput extends GetAccountPreferencesRequest {} export interface GetAccountPreferencesCommandOutput extends GetAccountPreferencesResult, __MetadataBearer {} declare const GetAccountPreferencesCommand_base: { new ( input: GetAccountPreferencesCommandInput, ): import("@smithy/core/client").CommandImpl< GetAccountPreferencesCommandInput, GetAccountPreferencesCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetAccountPreferencesCommandInput] ): import("@smithy/core/client").CommandImpl< GetAccountPreferencesCommandInput, GetAccountPreferencesCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAccountPreferencesCommand extends GetAccountPreferencesCommand_base { protected static __types: { api: { input: {}; output: GetAccountPreferencesResult; }; sdk: { input: GetAccountPreferencesCommandInput; output: GetAccountPreferencesCommandOutput; }; }; }