import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetCalculatedAttributeForProfileRequest, BatchGetCalculatedAttributeForProfileResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface BatchGetCalculatedAttributeForProfileCommandInput extends BatchGetCalculatedAttributeForProfileRequest {} export interface BatchGetCalculatedAttributeForProfileCommandOutput extends BatchGetCalculatedAttributeForProfileResponse, __MetadataBearer {} declare const BatchGetCalculatedAttributeForProfileCommand_base: { new ( input: BatchGetCalculatedAttributeForProfileCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetCalculatedAttributeForProfileCommandInput, BatchGetCalculatedAttributeForProfileCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: BatchGetCalculatedAttributeForProfileCommandInput, ): import("@smithy/core/client").CommandImpl< BatchGetCalculatedAttributeForProfileCommandInput, BatchGetCalculatedAttributeForProfileCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class BatchGetCalculatedAttributeForProfileCommand extends BatchGetCalculatedAttributeForProfileCommand_base { protected static __types: { api: { input: BatchGetCalculatedAttributeForProfileRequest; output: BatchGetCalculatedAttributeForProfileResponse; }; sdk: { input: BatchGetCalculatedAttributeForProfileCommandInput; output: BatchGetCalculatedAttributeForProfileCommandOutput; }; }; }