import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociateDefaultViewInput, AssociateDefaultViewOutput, } from "../models/models_0"; import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ResourceExplorer2Client"; export { __MetadataBearer }; export { $Command }; export interface AssociateDefaultViewCommandInput extends AssociateDefaultViewInput {} export interface AssociateDefaultViewCommandOutput extends AssociateDefaultViewOutput, __MetadataBearer {} declare const AssociateDefaultViewCommand_base: { new ( input: AssociateDefaultViewCommandInput ): import("@smithy/core/client").CommandImpl< AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AssociateDefaultViewCommandInput ): import("@smithy/core/client").CommandImpl< AssociateDefaultViewCommandInput, AssociateDefaultViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class AssociateDefaultViewCommand extends AssociateDefaultViewCommand_base { protected static __types: { api: { input: AssociateDefaultViewInput; output: AssociateDefaultViewOutput; }; sdk: { input: AssociateDefaultViewCommandInput; output: AssociateDefaultViewCommandOutput; }; }; }