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