import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { DeleteAccountPoolInput, DeleteAccountPoolOutput, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteAccountPoolCommandInput extends DeleteAccountPoolInput {} export interface DeleteAccountPoolCommandOutput extends DeleteAccountPoolOutput, __MetadataBearer {} declare const DeleteAccountPoolCommand_base: { new ( input: DeleteAccountPoolCommandInput ): import("@smithy/core/client").CommandImpl< DeleteAccountPoolCommandInput, DeleteAccountPoolCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteAccountPoolCommandInput ): import("@smithy/core/client").CommandImpl< DeleteAccountPoolCommandInput, DeleteAccountPoolCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteAccountPoolCommand extends DeleteAccountPoolCommand_base { protected static __types: { api: { input: DeleteAccountPoolInput; output: {}; }; sdk: { input: DeleteAccountPoolCommandInput; output: DeleteAccountPoolCommandOutput; }; }; }