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