import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { SearchTypesInput, SearchTypesOutput } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface SearchTypesCommandInput extends SearchTypesInput {} export interface SearchTypesCommandOutput extends SearchTypesOutput, __MetadataBearer {} declare const SearchTypesCommand_base: { new ( input: SearchTypesCommandInput ): import("@smithy/core/client").CommandImpl< SearchTypesCommandInput, SearchTypesCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: SearchTypesCommandInput ): import("@smithy/core/client").CommandImpl< SearchTypesCommandInput, SearchTypesCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class SearchTypesCommand extends SearchTypesCommand_base { protected static __types: { api: { input: SearchTypesInput; output: SearchTypesOutput; }; sdk: { input: SearchTypesCommandInput; output: SearchTypesCommandOutput; }; }; }