import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetProfileRequest, BatchGetProfileResponse } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetProfileCommandInput extends BatchGetProfileRequest {} export interface BatchGetProfileCommandOutput extends BatchGetProfileResponse, __MetadataBearer {} declare const BatchGetProfileCommand_base: { new ( input: BatchGetProfileCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetProfileCommandInput, BatchGetProfileCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetProfileCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetProfileCommandInput, BatchGetProfileCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetProfileCommand extends BatchGetProfileCommand_base { protected static __types: { api: { input: BatchGetProfileRequest; output: BatchGetProfileResponse; }; sdk: { input: BatchGetProfileCommandInput; output: BatchGetProfileCommandOutput; }; }; }