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