import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAppImageConfigRequest, CreateAppImageConfigResponse } from "../models/models_1"; export { __MetadataBearer }; export interface CreateAppImageConfigCommandInput extends CreateAppImageConfigRequest {} export interface CreateAppImageConfigCommandOutput extends CreateAppImageConfigResponse, __MetadataBearer {} declare const CreateAppImageConfigCommand_base: { new ( input: CreateAppImageConfigCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateAppImageConfigCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAppImageConfigCommandInput, CreateAppImageConfigCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateAppImageConfigCommand extends CreateAppImageConfigCommand_base { protected static __types: { api: { input: CreateAppImageConfigRequest; output: CreateAppImageConfigResponse; }; sdk: { input: CreateAppImageConfigCommandInput; output: CreateAppImageConfigCommandOutput; }; }; }