import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { UpdatePredefinedAttributeRequest } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface UpdatePredefinedAttributeCommandInput extends UpdatePredefinedAttributeRequest {} export interface UpdatePredefinedAttributeCommandOutput extends __MetadataBearer {} declare const UpdatePredefinedAttributeCommand_base: { new ( input: UpdatePredefinedAttributeCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdatePredefinedAttributeCommandInput, UpdatePredefinedAttributeCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdatePredefinedAttributeCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdatePredefinedAttributeCommandInput, UpdatePredefinedAttributeCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdatePredefinedAttributeCommand extends UpdatePredefinedAttributeCommand_base { protected static __types: { api: { input: UpdatePredefinedAttributeRequest; output: {}; }; sdk: { input: UpdatePredefinedAttributeCommandInput; output: UpdatePredefinedAttributeCommandOutput; }; }; }