import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDeleteEventsByEventTypeStatusRequest, GetDeleteEventsByEventTypeStatusResult, } from "../models/models_0"; export { __MetadataBearer }; export interface GetDeleteEventsByEventTypeStatusCommandInput extends GetDeleteEventsByEventTypeStatusRequest {} export interface GetDeleteEventsByEventTypeStatusCommandOutput extends GetDeleteEventsByEventTypeStatusResult, __MetadataBearer {} declare const GetDeleteEventsByEventTypeStatusCommand_base: { new ( input: GetDeleteEventsByEventTypeStatusCommandInput, ): import("@smithy/core/client").CommandImpl< GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetDeleteEventsByEventTypeStatusCommandInput, ): import("@smithy/core/client").CommandImpl< GetDeleteEventsByEventTypeStatusCommandInput, GetDeleteEventsByEventTypeStatusCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetDeleteEventsByEventTypeStatusCommand extends GetDeleteEventsByEventTypeStatusCommand_base { protected static __types: { api: { input: GetDeleteEventsByEventTypeStatusRequest; output: GetDeleteEventsByEventTypeStatusResult; }; sdk: { input: GetDeleteEventsByEventTypeStatusCommandInput; output: GetDeleteEventsByEventTypeStatusCommandOutput; }; }; }