import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetSampledRequestsRequest, GetSampledRequestsResponse, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig, } from "../WAFV2Client"; export { __MetadataBearer }; export { $Command }; export interface GetSampledRequestsCommandInput extends GetSampledRequestsRequest {} export interface GetSampledRequestsCommandOutput extends GetSampledRequestsResponse, __MetadataBearer {} declare const GetSampledRequestsCommand_base: { new ( input: GetSampledRequestsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetSampledRequestsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetSampledRequestsCommand extends GetSampledRequestsCommand_base { protected static __types: { api: { input: GetSampledRequestsRequest; output: GetSampledRequestsResponse; }; sdk: { input: GetSampledRequestsCommandInput; output: GetSampledRequestsCommandOutput; }; }; }