import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAutoMergingPreviewRequest, GetAutoMergingPreviewResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetAutoMergingPreviewCommandInput extends GetAutoMergingPreviewRequest {} export interface GetAutoMergingPreviewCommandOutput extends GetAutoMergingPreviewResponse, __MetadataBearer {} declare const GetAutoMergingPreviewCommand_base: { new ( input: GetAutoMergingPreviewCommandInput, ): import("@smithy/core/client").CommandImpl< GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetAutoMergingPreviewCommandInput, ): import("@smithy/core/client").CommandImpl< GetAutoMergingPreviewCommandInput, GetAutoMergingPreviewCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAutoMergingPreviewCommand extends GetAutoMergingPreviewCommand_base { protected static __types: { api: { input: GetAutoMergingPreviewRequest; output: GetAutoMergingPreviewResponse; }; sdk: { input: GetAutoMergingPreviewCommandInput; output: GetAutoMergingPreviewCommandOutput; }; }; }