import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetBlueprintCommandInput extends GetBlueprintRequest {} export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __MetadataBearer {} declare const GetBlueprintCommand_base: { new ( input: GetBlueprintCommandInput, ): import("@smithy/core/client").CommandImpl< GetBlueprintCommandInput, GetBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetBlueprintCommandInput, ): import("@smithy/core/client").CommandImpl< GetBlueprintCommandInput, GetBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetBlueprintCommand extends GetBlueprintCommand_base { protected static __types: { api: { input: GetBlueprintRequest; output: GetBlueprintResponse; }; sdk: { input: GetBlueprintCommandInput; output: GetBlueprintCommandOutput; }; }; }