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