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