import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateLocationEfsRequest, UpdateLocationEfsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateLocationEfsCommandInput extends UpdateLocationEfsRequest {} export interface UpdateLocationEfsCommandOutput extends UpdateLocationEfsResponse, __MetadataBearer {} declare const UpdateLocationEfsCommand_base: { new ( input: UpdateLocationEfsCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLocationEfsCommandInput, UpdateLocationEfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateLocationEfsCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLocationEfsCommandInput, UpdateLocationEfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateLocationEfsCommand extends UpdateLocationEfsCommand_base { protected static __types: { api: { input: UpdateLocationEfsRequest; output: {}; }; sdk: { input: UpdateLocationEfsCommandInput; output: UpdateLocationEfsCommandOutput; }; }; }