import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetExclusionsPreviewRequest, GetExclusionsPreviewResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetExclusionsPreviewCommandInput extends GetExclusionsPreviewRequest {} export interface GetExclusionsPreviewCommandOutput extends GetExclusionsPreviewResponse, __MetadataBearer {} declare const GetExclusionsPreviewCommand_base: { new ( input: GetExclusionsPreviewCommandInput, ): import("@smithy/core/client").CommandImpl< GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput, import("..").InspectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetExclusionsPreviewCommandInput, ): import("@smithy/core/client").CommandImpl< GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput, import("..").InspectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetExclusionsPreviewCommand extends GetExclusionsPreviewCommand_base { protected static __types: { api: { input: GetExclusionsPreviewRequest; output: GetExclusionsPreviewResponse; }; sdk: { input: GetExclusionsPreviewCommandInput; output: GetExclusionsPreviewCommandOutput; }; }; }