import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateLocationEfsRequest, CreateLocationEfsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateLocationEfsCommandInput extends CreateLocationEfsRequest {} export interface CreateLocationEfsCommandOutput extends CreateLocationEfsResponse, __MetadataBearer {} declare const CreateLocationEfsCommand_base: { new ( input: CreateLocationEfsCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateLocationEfsCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateLocationEfsCommand extends CreateLocationEfsCommand_base { protected static __types: { api: { input: CreateLocationEfsRequest; output: CreateLocationEfsResponse; }; sdk: { input: CreateLocationEfsCommandInput; output: CreateLocationEfsCommandOutput; }; }; }