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