import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { BatchGetAttributesMetadataInput, BatchGetAttributesMetadataOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchGetAttributesMetadataCommandInput extends BatchGetAttributesMetadataInput {} export interface BatchGetAttributesMetadataCommandOutput extends BatchGetAttributesMetadataOutput, __MetadataBearer {} declare const BatchGetAttributesMetadataCommand_base: { new ( input: BatchGetAttributesMetadataCommandInput ): import("@smithy/core/client").CommandImpl< BatchGetAttributesMetadataCommandInput, BatchGetAttributesMetadataCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchGetAttributesMetadataCommandInput ): import("@smithy/core/client").CommandImpl< BatchGetAttributesMetadataCommandInput, BatchGetAttributesMetadataCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class BatchGetAttributesMetadataCommand extends BatchGetAttributesMetadataCommand_base { protected static __types: { api: { input: BatchGetAttributesMetadataInput; output: BatchGetAttributesMetadataOutput; }; sdk: { input: BatchGetAttributesMetadataCommandInput; output: BatchGetAttributesMetadataCommandOutput; }; }; }