import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; 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, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetBlueprintCommandInput ): import("@smithy/core/client").CommandImpl< GetBlueprintCommandInput, GetBlueprintCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetBlueprintCommand extends GetBlueprintCommand_base { protected static __types: { api: { input: GetBlueprintRequest; output: GetBlueprintResponse; }; sdk: { input: GetBlueprintCommandInput; output: GetBlueprintCommandOutput; }; }; }