import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateLocationNfsRequest, UpdateLocationNfsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateLocationNfsCommandInput extends UpdateLocationNfsRequest {} export interface UpdateLocationNfsCommandOutput extends UpdateLocationNfsResponse, __MetadataBearer {} declare const UpdateLocationNfsCommand_base: { new ( input: UpdateLocationNfsCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateLocationNfsCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateLocationNfsCommand extends UpdateLocationNfsCommand_base { protected static __types: { api: { input: UpdateLocationNfsRequest; output: {}; }; sdk: { input: UpdateLocationNfsCommandInput; output: UpdateLocationNfsCommandOutput; }; }; }