import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateExclusionsPreviewRequest, CreateExclusionsPreviewResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateExclusionsPreviewCommandInput extends CreateExclusionsPreviewRequest {} export interface CreateExclusionsPreviewCommandOutput extends CreateExclusionsPreviewResponse, __MetadataBearer {} declare const CreateExclusionsPreviewCommand_base: { new ( input: CreateExclusionsPreviewCommandInput, ): import("@smithy/core/client").CommandImpl< CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput, import("..").InspectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateExclusionsPreviewCommandInput, ): import("@smithy/core/client").CommandImpl< CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput, import("..").InspectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateExclusionsPreviewCommand extends CreateExclusionsPreviewCommand_base { protected static __types: { api: { input: CreateExclusionsPreviewRequest; output: CreateExclusionsPreviewResponse; }; sdk: { input: CreateExclusionsPreviewCommandInput; output: CreateExclusionsPreviewCommandOutput; }; }; }