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