import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../APIGatewayClient"; import { TestInvokeMethodRequest, TestInvokeMethodResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface TestInvokeMethodCommandInput extends TestInvokeMethodRequest {} export interface TestInvokeMethodCommandOutput extends TestInvokeMethodResponse, __MetadataBearer {} declare const TestInvokeMethodCommand_base: { new ( input: TestInvokeMethodCommandInput ): import("@smithy/smithy-client").CommandImpl< TestInvokeMethodCommandInput, TestInvokeMethodCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: TestInvokeMethodCommandInput ): import("@smithy/smithy-client").CommandImpl< TestInvokeMethodCommandInput, TestInvokeMethodCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class TestInvokeMethodCommand extends TestInvokeMethodCommand_base { protected static __types: { api: { input: TestInvokeMethodRequest; output: TestInvokeMethodResponse; }; sdk: { input: TestInvokeMethodCommandInput; output: TestInvokeMethodCommandOutput; }; }; }