import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateSolFunctionPackageInput, CreateSolFunctionPackageOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateSolFunctionPackageCommandInput extends CreateSolFunctionPackageInput {} export interface CreateSolFunctionPackageCommandOutput extends CreateSolFunctionPackageOutput, __MetadataBearer {} declare const CreateSolFunctionPackageCommand_base: { new ( input: CreateSolFunctionPackageCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [CreateSolFunctionPackageCommandInput] ): import("@smithy/core/client").CommandImpl< CreateSolFunctionPackageCommandInput, CreateSolFunctionPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateSolFunctionPackageCommand extends CreateSolFunctionPackageCommand_base { protected static __types: { api: { input: CreateSolFunctionPackageInput; output: CreateSolFunctionPackageOutput; }; sdk: { input: CreateSolFunctionPackageCommandInput; output: CreateSolFunctionPackageCommandOutput; }; }; }