import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../Macie2Client"; import { GetClassificationScopeRequest, GetClassificationScopeResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetClassificationScopeCommandInput extends GetClassificationScopeRequest {} export interface GetClassificationScopeCommandOutput extends GetClassificationScopeResponse, __MetadataBearer {} declare const GetClassificationScopeCommand_base: { new ( input: GetClassificationScopeCommandInput ): import("@smithy/core/client").CommandImpl< GetClassificationScopeCommandInput, GetClassificationScopeCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetClassificationScopeCommandInput ): import("@smithy/core/client").CommandImpl< GetClassificationScopeCommandInput, GetClassificationScopeCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetClassificationScopeCommand extends GetClassificationScopeCommand_base { protected static __types: { api: { input: GetClassificationScopeRequest; output: GetClassificationScopeResponse; }; sdk: { input: GetClassificationScopeCommandInput; output: GetClassificationScopeCommandOutput; }; }; }