import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConfigServiceClient"; import { GetCustomRulePolicyRequest, GetCustomRulePolicyResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetCustomRulePolicyCommandInput extends GetCustomRulePolicyRequest {} export interface GetCustomRulePolicyCommandOutput extends GetCustomRulePolicyResponse, __MetadataBearer {} declare const GetCustomRulePolicyCommand_base: { new ( input: GetCustomRulePolicyCommandInput ): import("@smithy/smithy-client").CommandImpl< GetCustomRulePolicyCommandInput, GetCustomRulePolicyCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetCustomRulePolicyCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetCustomRulePolicyCommandInput, GetCustomRulePolicyCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetCustomRulePolicyCommand extends GetCustomRulePolicyCommand_base { protected static __types: { api: { input: GetCustomRulePolicyRequest; output: GetCustomRulePolicyResponse; }; sdk: { input: GetCustomRulePolicyCommandInput; output: GetCustomRulePolicyCommandOutput; }; }; }