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