import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DisassociateProfilesInput } from "../models/models_0"; export { __MetadataBearer }; export interface DisassociateProfilesCommandInput extends DisassociateProfilesInput {} export interface DisassociateProfilesCommandOutput extends __MetadataBearer {} declare const DisassociateProfilesCommand_base: { new ( input: DisassociateProfilesCommandInput, ): import("@smithy/core/client").CommandImpl< DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DisassociateProfilesCommandInput, ): import("@smithy/core/client").CommandImpl< DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DisassociateProfilesCommand extends DisassociateProfilesCommand_base { protected static __types: { api: { input: DisassociateProfilesInput; output: {}; }; sdk: { input: DisassociateProfilesCommandInput; output: DisassociateProfilesCommandOutput; }; }; }