import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  BedrockAgentRuntimeClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../BedrockAgentRuntimeClient";
import {
  GetInvocationStepRequest,
  GetInvocationStepResponse,
} from "../models/models_1";
export { __MetadataBearer };
export { $Command };
export interface GetInvocationStepCommandInput
  extends GetInvocationStepRequest {}
export interface GetInvocationStepCommandOutput
  extends GetInvocationStepResponse,
    __MetadataBearer {}
declare const GetInvocationStepCommand_base: {
  new (
    input: GetInvocationStepCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    GetInvocationStepCommandInput,
    GetInvocationStepCommandOutput,
    BedrockAgentRuntimeClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    input: GetInvocationStepCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    GetInvocationStepCommandInput,
    GetInvocationStepCommandOutput,
    BedrockAgentRuntimeClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class GetInvocationStepCommand extends GetInvocationStepCommand_base {
  protected static __types: {
    api: {
      input: GetInvocationStepRequest;
      output: GetInvocationStepResponse;
    };
    sdk: {
      input: GetInvocationStepCommandInput;
      output: GetInvocationStepCommandOutput;
    };
  };
}
