import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DatabaseMigrationServiceClient"; import { GetTargetSelectionRulesMessage, GetTargetSelectionRulesResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetTargetSelectionRulesCommandInput extends GetTargetSelectionRulesMessage {} export interface GetTargetSelectionRulesCommandOutput extends GetTargetSelectionRulesResponse, __MetadataBearer {} declare const GetTargetSelectionRulesCommand_base: { new ( input: GetTargetSelectionRulesCommandInput ): import("@smithy/smithy-client").CommandImpl< GetTargetSelectionRulesCommandInput, GetTargetSelectionRulesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetTargetSelectionRulesCommandInput ): import("@smithy/smithy-client").CommandImpl< GetTargetSelectionRulesCommandInput, GetTargetSelectionRulesCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetTargetSelectionRulesCommand extends GetTargetSelectionRulesCommand_base { protected static __types: { api: { input: GetTargetSelectionRulesMessage; output: GetTargetSelectionRulesResponse; }; sdk: { input: GetTargetSelectionRulesCommandInput; output: GetTargetSelectionRulesCommandOutput; }; }; }