import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../LightsailClient"; import { DeleteKnownHostKeysRequest, DeleteKnownHostKeysResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteKnownHostKeysCommandInput extends DeleteKnownHostKeysRequest {} export interface DeleteKnownHostKeysCommandOutput extends DeleteKnownHostKeysResult, __MetadataBearer {} declare const DeleteKnownHostKeysCommand_base: { new ( input: DeleteKnownHostKeysCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteKnownHostKeysCommandInput, DeleteKnownHostKeysCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteKnownHostKeysCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteKnownHostKeysCommandInput, DeleteKnownHostKeysCommandOutput, LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteKnownHostKeysCommand extends DeleteKnownHostKeysCommand_base { protected static __types: { api: { input: DeleteKnownHostKeysRequest; output: DeleteKnownHostKeysResult; }; sdk: { input: DeleteKnownHostKeysCommandInput; output: DeleteKnownHostKeysCommandOutput; }; }; }