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