import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { BatchGetBlueprintsRequest, BatchGetBlueprintsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchGetBlueprintsCommandInput extends BatchGetBlueprintsRequest {} export interface BatchGetBlueprintsCommandOutput extends BatchGetBlueprintsResponse, __MetadataBearer {} declare const BatchGetBlueprintsCommand_base: { new ( input: BatchGetBlueprintsCommandInput ): import("@smithy/core/client").CommandImpl< BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchGetBlueprintsCommandInput ): import("@smithy/core/client").CommandImpl< BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class BatchGetBlueprintsCommand extends BatchGetBlueprintsCommand_base { protected static __types: { api: { input: BatchGetBlueprintsRequest; output: BatchGetBlueprintsResponse; }; sdk: { input: BatchGetBlueprintsCommandInput; output: BatchGetBlueprintsCommandOutput; }; }; }