import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateNotebookInstanceLifecycleConfigInput, CreateNotebookInstanceLifecycleConfigOutput, } from "../models/models_2"; export { __MetadataBearer }; export interface CreateNotebookInstanceLifecycleConfigCommandInput extends CreateNotebookInstanceLifecycleConfigInput {} export interface CreateNotebookInstanceLifecycleConfigCommandOutput extends CreateNotebookInstanceLifecycleConfigOutput, __MetadataBearer {} declare const CreateNotebookInstanceLifecycleConfigCommand_base: { new ( input: CreateNotebookInstanceLifecycleConfigCommandInput, ): import("@smithy/core/client").CommandImpl< CreateNotebookInstanceLifecycleConfigCommandInput, CreateNotebookInstanceLifecycleConfigCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateNotebookInstanceLifecycleConfigCommandInput, ): import("@smithy/core/client").CommandImpl< CreateNotebookInstanceLifecycleConfigCommandInput, CreateNotebookInstanceLifecycleConfigCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateNotebookInstanceLifecycleConfigCommand extends CreateNotebookInstanceLifecycleConfigCommand_base { protected static __types: { api: { input: CreateNotebookInstanceLifecycleConfigInput; output: CreateNotebookInstanceLifecycleConfigOutput; }; sdk: { input: CreateNotebookInstanceLifecycleConfigCommandInput; output: CreateNotebookInstanceLifecycleConfigCommandOutput; }; }; }