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