import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetVariablesRequest, GetVariablesResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetVariablesCommandInput extends GetVariablesRequest {} export interface GetVariablesCommandOutput extends GetVariablesResult, __MetadataBearer {} declare const GetVariablesCommand_base: { new ( input: GetVariablesCommandInput, ): import("@smithy/core/client").CommandImpl< GetVariablesCommandInput, GetVariablesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetVariablesCommandInput] ): import("@smithy/core/client").CommandImpl< GetVariablesCommandInput, GetVariablesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetVariablesCommand extends GetVariablesCommand_base { protected static __types: { api: { input: GetVariablesRequest; output: GetVariablesResult; }; sdk: { input: GetVariablesCommandInput; output: GetVariablesCommandOutput; }; }; }