import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DatabaseMigrationServiceClient"; import { DescribeReplicationTaskAssessmentResultsMessage, DescribeReplicationTaskAssessmentResultsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeReplicationTaskAssessmentResultsCommandInput extends DescribeReplicationTaskAssessmentResultsMessage {} export interface DescribeReplicationTaskAssessmentResultsCommandOutput extends DescribeReplicationTaskAssessmentResultsResponse, __MetadataBearer {} declare const DescribeReplicationTaskAssessmentResultsCommand_base: { new ( input: DescribeReplicationTaskAssessmentResultsCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DescribeReplicationTaskAssessmentResultsCommandInput] ): import("@smithy/smithy-client").CommandImpl< DescribeReplicationTaskAssessmentResultsCommandInput, DescribeReplicationTaskAssessmentResultsCommandOutput, DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeReplicationTaskAssessmentResultsCommand extends DescribeReplicationTaskAssessmentResultsCommand_base { protected static __types: { api: { input: DescribeReplicationTaskAssessmentResultsMessage; output: DescribeReplicationTaskAssessmentResultsResponse; }; sdk: { input: DescribeReplicationTaskAssessmentResultsCommandInput; output: DescribeReplicationTaskAssessmentResultsCommandOutput; }; }; }