import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
  BedrockAgentRuntimeClientResolvedConfig,
  ServiceInputTypes,
  ServiceOutputTypes,
} from "../BedrockAgentRuntimeClient";
import {
  GetExecutionFlowSnapshotRequest,
  GetExecutionFlowSnapshotResponse,
} from "../models/models_0";
export { __MetadataBearer };
export { $Command };
export interface GetExecutionFlowSnapshotCommandInput
  extends GetExecutionFlowSnapshotRequest {}
export interface GetExecutionFlowSnapshotCommandOutput
  extends GetExecutionFlowSnapshotResponse,
    __MetadataBearer {}
declare const GetExecutionFlowSnapshotCommand_base: {
  new (
    input: GetExecutionFlowSnapshotCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    GetExecutionFlowSnapshotCommandInput,
    GetExecutionFlowSnapshotCommandOutput,
    BedrockAgentRuntimeClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  new (
    input: GetExecutionFlowSnapshotCommandInput
  ): import("@smithy/smithy-client").CommandImpl<
    GetExecutionFlowSnapshotCommandInput,
    GetExecutionFlowSnapshotCommandOutput,
    BedrockAgentRuntimeClientResolvedConfig,
    ServiceInputTypes,
    ServiceOutputTypes
  >;
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class GetExecutionFlowSnapshotCommand extends GetExecutionFlowSnapshotCommand_base {
  protected static __types: {
    api: {
      input: GetExecutionFlowSnapshotRequest;
      output: GetExecutionFlowSnapshotResponse;
    };
    sdk: {
      input: GetExecutionFlowSnapshotCommandInput;
      output: GetExecutionFlowSnapshotCommandOutput;
    };
  };
}
