import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { RemoveEntityOwnerInput, RemoveEntityOwnerOutput, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface RemoveEntityOwnerCommandInput extends RemoveEntityOwnerInput {} export interface RemoveEntityOwnerCommandOutput extends RemoveEntityOwnerOutput, __MetadataBearer {} declare const RemoveEntityOwnerCommand_base: { new ( input: RemoveEntityOwnerCommandInput ): import("@smithy/core/client").CommandImpl< RemoveEntityOwnerCommandInput, RemoveEntityOwnerCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RemoveEntityOwnerCommandInput ): import("@smithy/core/client").CommandImpl< RemoveEntityOwnerCommandInput, RemoveEntityOwnerCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class RemoveEntityOwnerCommand extends RemoveEntityOwnerCommand_base { protected static __types: { api: { input: RemoveEntityOwnerInput; output: {}; }; sdk: { input: RemoveEntityOwnerCommandInput; output: RemoveEntityOwnerCommandOutput; }; }; }