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