import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchPutProfileObjectRequest, BatchPutProfileObjectResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchPutProfileObjectCommandInput extends BatchPutProfileObjectRequest {} export interface BatchPutProfileObjectCommandOutput extends BatchPutProfileObjectResponse, __MetadataBearer {} declare const BatchPutProfileObjectCommand_base: { new ( input: BatchPutProfileObjectCommandInput, ): import("@smithy/core/client").CommandImpl< BatchPutProfileObjectCommandInput, BatchPutProfileObjectCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchPutProfileObjectCommandInput, ): import("@smithy/core/client").CommandImpl< BatchPutProfileObjectCommandInput, BatchPutProfileObjectCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchPutProfileObjectCommand extends BatchPutProfileObjectCommand_base { protected static __types: { api: { input: BatchPutProfileObjectRequest; output: BatchPutProfileObjectResponse; }; sdk: { input: BatchPutProfileObjectCommandInput; output: BatchPutProfileObjectCommandOutput; }; }; }