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