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