import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EvidentlyClient"; import { CreateFeatureRequest, CreateFeatureResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateFeatureCommandInput extends CreateFeatureRequest {} export interface CreateFeatureCommandOutput extends CreateFeatureResponse, __MetadataBearer {} declare const CreateFeatureCommand_base: { new ( input: CreateFeatureCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateFeatureCommandInput, CreateFeatureCommandOutput, EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateFeatureCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateFeatureCommandInput, CreateFeatureCommandOutput, EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateFeatureCommand extends CreateFeatureCommand_base { protected static __types: { api: { input: CreateFeatureRequest; output: CreateFeatureResponse; }; sdk: { input: CreateFeatureCommandInput; output: CreateFeatureCommandOutput; }; }; }