import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { StartNotebookImportInput, StartNotebookImportOutput, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface StartNotebookImportCommandInput extends StartNotebookImportInput {} export interface StartNotebookImportCommandOutput extends StartNotebookImportOutput, __MetadataBearer {} declare const StartNotebookImportCommand_base: { new ( input: StartNotebookImportCommandInput ): import("@smithy/core/client").CommandImpl< StartNotebookImportCommandInput, StartNotebookImportCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartNotebookImportCommandInput ): import("@smithy/core/client").CommandImpl< StartNotebookImportCommandInput, StartNotebookImportCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StartNotebookImportCommand extends StartNotebookImportCommand_base { protected static __types: { api: { input: StartNotebookImportInput; output: StartNotebookImportOutput; }; sdk: { input: StartNotebookImportCommandInput; output: StartNotebookImportCommandOutput; }; }; }