import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateLocationNfsRequest, CreateLocationNfsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateLocationNfsCommandInput extends CreateLocationNfsRequest {} export interface CreateLocationNfsCommandOutput extends CreateLocationNfsResponse, __MetadataBearer {} declare const CreateLocationNfsCommand_base: { new ( input: CreateLocationNfsCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateLocationNfsCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateLocationNfsCommand extends CreateLocationNfsCommand_base { protected static __types: { api: { input: CreateLocationNfsRequest; output: CreateLocationNfsResponse; }; sdk: { input: CreateLocationNfsCommandInput; output: CreateLocationNfsCommandOutput; }; }; }