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