import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { GetOrganizationCustomRulePolicyRequest, GetOrganizationCustomRulePolicyResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetOrganizationCustomRulePolicyCommandInput extends GetOrganizationCustomRulePolicyRequest {} export interface GetOrganizationCustomRulePolicyCommandOutput extends GetOrganizationCustomRulePolicyResponse, __MetadataBearer {} declare const GetOrganizationCustomRulePolicyCommand_base: { new ( input: GetOrganizationCustomRulePolicyCommandInput ): import("@smithy/smithy-client").CommandImpl< GetOrganizationCustomRulePolicyCommandInput, GetOrganizationCustomRulePolicyCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetOrganizationCustomRulePolicyCommandInput ): import("@smithy/smithy-client").CommandImpl< GetOrganizationCustomRulePolicyCommandInput, GetOrganizationCustomRulePolicyCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetOrganizationCustomRulePolicyCommand extends GetOrganizationCustomRulePolicyCommand_base { protected static __types: { api: { input: GetOrganizationCustomRulePolicyRequest; output: GetOrganizationCustomRulePolicyResponse; }; sdk: { input: GetOrganizationCustomRulePolicyCommandInput; output: GetOrganizationCustomRulePolicyCommandOutput; }; }; }