import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SearchContentRequest, SearchContentResponse } from "../models/models_1"; export { __MetadataBearer }; export interface SearchContentCommandInput extends SearchContentRequest {} export interface SearchContentCommandOutput extends SearchContentResponse, __MetadataBearer {} declare const SearchContentCommand_base: { new ( input: SearchContentCommandInput, ): import("@smithy/core/client").CommandImpl< SearchContentCommandInput, SearchContentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SearchContentCommandInput, ): import("@smithy/core/client").CommandImpl< SearchContentCommandInput, SearchContentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SearchContentCommand extends SearchContentCommand_base { protected static __types: { api: { input: SearchContentRequest; output: SearchContentResponse; }; sdk: { input: SearchContentCommandInput; output: SearchContentCommandOutput; }; }; }