import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SearchProfilesRequest, SearchProfilesResponse } from "../models/models_1"; export { __MetadataBearer }; export interface SearchProfilesCommandInput extends SearchProfilesRequest {} export interface SearchProfilesCommandOutput extends SearchProfilesResponse, __MetadataBearer {} declare const SearchProfilesCommand_base: { new ( input: SearchProfilesCommandInput, ): import("@smithy/core/client").CommandImpl< SearchProfilesCommandInput, SearchProfilesCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SearchProfilesCommandInput, ): import("@smithy/core/client").CommandImpl< SearchProfilesCommandInput, SearchProfilesCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SearchProfilesCommand extends SearchProfilesCommand_base { protected static __types: { api: { input: SearchProfilesRequest; output: SearchProfilesResponse; }; sdk: { input: SearchProfilesCommandInput; output: SearchProfilesCommandOutput; }; }; }