import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociateFraudsterRequest, AssociateFraudsterResponse } from "../models/models_0"; export { __MetadataBearer }; export interface AssociateFraudsterCommandInput extends AssociateFraudsterRequest {} export interface AssociateFraudsterCommandOutput extends AssociateFraudsterResponse, __MetadataBearer {} declare const AssociateFraudsterCommand_base: { new ( input: AssociateFraudsterCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AssociateFraudsterCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateFraudsterCommandInput, AssociateFraudsterCommandOutput, import("..").VoiceIDClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AssociateFraudsterCommand extends AssociateFraudsterCommand_base { protected static __types: { api: { input: AssociateFraudsterRequest; output: AssociateFraudsterResponse; }; sdk: { input: AssociateFraudsterCommandInput; output: AssociateFraudsterCommandOutput; }; }; }