import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { UpdateBlueprintRequest, UpdateBlueprintResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface UpdateBlueprintCommandInput extends UpdateBlueprintRequest {} export interface UpdateBlueprintCommandOutput extends UpdateBlueprintResponse, __MetadataBearer {} declare const UpdateBlueprintCommand_base: { new ( input: UpdateBlueprintCommandInput ): import("@smithy/core/client").CommandImpl< UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateBlueprintCommandInput ): import("@smithy/core/client").CommandImpl< UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateBlueprintCommand extends UpdateBlueprintCommand_base { protected static __types: { api: { input: UpdateBlueprintRequest; output: UpdateBlueprintResponse; }; sdk: { input: UpdateBlueprintCommandInput; output: UpdateBlueprintCommandOutput; }; }; }