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