import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreatePresignedNotebookInstanceUrlInput, CreatePresignedNotebookInstanceUrlOutput, } from "../models/models_2"; export { __MetadataBearer }; export interface CreatePresignedNotebookInstanceUrlCommandInput extends CreatePresignedNotebookInstanceUrlInput {} export interface CreatePresignedNotebookInstanceUrlCommandOutput extends CreatePresignedNotebookInstanceUrlOutput, __MetadataBearer {} declare const CreatePresignedNotebookInstanceUrlCommand_base: { new ( input: CreatePresignedNotebookInstanceUrlCommandInput, ): import("@smithy/core/client").CommandImpl< CreatePresignedNotebookInstanceUrlCommandInput, CreatePresignedNotebookInstanceUrlCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreatePresignedNotebookInstanceUrlCommandInput, ): import("@smithy/core/client").CommandImpl< CreatePresignedNotebookInstanceUrlCommandInput, CreatePresignedNotebookInstanceUrlCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreatePresignedNotebookInstanceUrlCommand extends CreatePresignedNotebookInstanceUrlCommand_base { protected static __types: { api: { input: CreatePresignedNotebookInstanceUrlInput; output: CreatePresignedNotebookInstanceUrlOutput; }; sdk: { input: CreatePresignedNotebookInstanceUrlCommandInput; output: CreatePresignedNotebookInstanceUrlCommandOutput; }; }; }