import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetSolFunctionPackageInput, GetSolFunctionPackageOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetSolFunctionPackageCommandInput extends GetSolFunctionPackageInput {} export interface GetSolFunctionPackageCommandOutput extends GetSolFunctionPackageOutput, __MetadataBearer {} declare const GetSolFunctionPackageCommand_base: { new ( input: GetSolFunctionPackageCommandInput, ): import("@smithy/core/client").CommandImpl< GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetSolFunctionPackageCommandInput, ): import("@smithy/core/client").CommandImpl< GetSolFunctionPackageCommandInput, GetSolFunctionPackageCommandOutput, import("..").TnbClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetSolFunctionPackageCommand extends GetSolFunctionPackageCommand_base { protected static __types: { api: { input: GetSolFunctionPackageInput; output: GetSolFunctionPackageOutput; }; sdk: { input: GetSolFunctionPackageCommandInput; output: GetSolFunctionPackageCommandOutput; }; }; }