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