import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetClusterPolicyInput, GetClusterPolicyOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetClusterPolicyCommandInput extends GetClusterPolicyInput {} export interface GetClusterPolicyCommandOutput extends GetClusterPolicyOutput, __MetadataBearer {} declare const GetClusterPolicyCommand_base: { new ( input: GetClusterPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetClusterPolicyCommandInput, ): import("@smithy/core/client").CommandImpl< GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput, import("..").DSQLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetClusterPolicyCommand extends GetClusterPolicyCommand_base { protected static __types: { api: { input: GetClusterPolicyInput; output: GetClusterPolicyOutput; }; sdk: { input: GetClusterPolicyCommandInput; output: GetClusterPolicyCommandOutput; }; }; }