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