import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetOutcomesRequest, GetOutcomesResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetOutcomesCommandInput extends GetOutcomesRequest {} export interface GetOutcomesCommandOutput extends GetOutcomesResult, __MetadataBearer {} declare const GetOutcomesCommand_base: { new ( input: GetOutcomesCommandInput, ): import("@smithy/core/client").CommandImpl< GetOutcomesCommandInput, GetOutcomesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetOutcomesCommandInput] ): import("@smithy/core/client").CommandImpl< GetOutcomesCommandInput, GetOutcomesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetOutcomesCommand extends GetOutcomesCommand_base { protected static __types: { api: { input: GetOutcomesRequest; output: GetOutcomesResult; }; sdk: { input: GetOutcomesCommandInput; output: GetOutcomesCommandOutput; }; }; }