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