import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { AssociateDefaultVocabularyRequest, AssociateDefaultVocabularyResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AssociateDefaultVocabularyCommandInput extends AssociateDefaultVocabularyRequest {} export interface AssociateDefaultVocabularyCommandOutput extends AssociateDefaultVocabularyResponse, __MetadataBearer {} declare const AssociateDefaultVocabularyCommand_base: { new ( input: AssociateDefaultVocabularyCommandInput ): import("@smithy/smithy-client").CommandImpl< AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AssociateDefaultVocabularyCommandInput ): import("@smithy/smithy-client").CommandImpl< AssociateDefaultVocabularyCommandInput, AssociateDefaultVocabularyCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class AssociateDefaultVocabularyCommand extends AssociateDefaultVocabularyCommand_base { protected static __types: { api: { input: AssociateDefaultVocabularyRequest; output: {}; }; sdk: { input: AssociateDefaultVocabularyCommandInput; output: AssociateDefaultVocabularyCommandOutput; }; }; }