import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../AppSyncClient"; import { DeleteApiRequest, DeleteApiResponse } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteApiCommandInput extends DeleteApiRequest {} export interface DeleteApiCommandOutput extends DeleteApiResponse, __MetadataBearer {} declare const DeleteApiCommand_base: { new ( input: DeleteApiCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteApiCommandInput, DeleteApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteApiCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteApiCommandInput, DeleteApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteApiCommand extends DeleteApiCommand_base { protected static __types: { api: { input: DeleteApiRequest; output: {}; }; sdk: { input: DeleteApiCommandInput; output: DeleteApiCommandOutput; }; }; }