import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { BatchGetPolicyInput, BatchGetPolicyOutput } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, VerifiedPermissionsClientResolvedConfig, } from "../VerifiedPermissionsClient"; export { __MetadataBearer }; export { $Command }; export interface BatchGetPolicyCommandInput extends BatchGetPolicyInput {} export interface BatchGetPolicyCommandOutput extends BatchGetPolicyOutput, __MetadataBearer {} declare const BatchGetPolicyCommand_base: { new ( input: BatchGetPolicyCommandInput ): import("@smithy/core/client").CommandImpl< BatchGetPolicyCommandInput, BatchGetPolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchGetPolicyCommandInput ): import("@smithy/core/client").CommandImpl< BatchGetPolicyCommandInput, BatchGetPolicyCommandOutput, VerifiedPermissionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class BatchGetPolicyCommand extends BatchGetPolicyCommand_base { protected static __types: { api: { input: BatchGetPolicyInput; output: BatchGetPolicyOutput; }; sdk: { input: BatchGetPolicyCommandInput; output: BatchGetPolicyCommandOutput; }; }; }