import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteVariableRequest, DeleteVariableResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteVariableCommandInput extends DeleteVariableRequest {} export interface DeleteVariableCommandOutput extends DeleteVariableResult, __MetadataBearer {} declare const DeleteVariableCommand_base: { new ( input: DeleteVariableCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteVariableCommandInput, DeleteVariableCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteVariableCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteVariableCommandInput, DeleteVariableCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteVariableCommand extends DeleteVariableCommand_base { protected static __types: { api: { input: DeleteVariableRequest; output: {}; }; sdk: { input: DeleteVariableCommandInput; output: DeleteVariableCommandOutput; }; }; }