import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AccessAnalyzerClient"; import { ValidatePolicyRequest, ValidatePolicyResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface ValidatePolicyCommandInput extends ValidatePolicyRequest {} export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __MetadataBearer {} declare const ValidatePolicyCommand_base: { new ( input: ValidatePolicyCommandInput ): import("@smithy/core/client").CommandImpl< ValidatePolicyCommandInput, ValidatePolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: ValidatePolicyCommandInput ): import("@smithy/core/client").CommandImpl< ValidatePolicyCommandInput, ValidatePolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class ValidatePolicyCommand extends ValidatePolicyCommand_base { protected static __types: { api: { input: ValidatePolicyRequest; output: ValidatePolicyResponse; }; sdk: { input: ValidatePolicyCommandInput; output: ValidatePolicyCommandOutput; }; }; }