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