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