import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SearchSessionsRequest, SearchSessionsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface SearchSessionsCommandInput extends SearchSessionsRequest {} export interface SearchSessionsCommandOutput extends SearchSessionsResponse, __MetadataBearer {} declare const SearchSessionsCommand_base: { new ( input: SearchSessionsCommandInput, ): import("@smithy/core/client").CommandImpl< SearchSessionsCommandInput, SearchSessionsCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SearchSessionsCommandInput, ): import("@smithy/core/client").CommandImpl< SearchSessionsCommandInput, SearchSessionsCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SearchSessionsCommand extends SearchSessionsCommand_base { protected static __types: { api: { input: SearchSessionsRequest; output: SearchSessionsResponse; }; sdk: { input: SearchSessionsCommandInput; output: SearchSessionsCommandOutput; }; }; }