import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeLocationEfsRequest, DescribeLocationEfsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeLocationEfsCommandInput extends DescribeLocationEfsRequest {} export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsResponse, __MetadataBearer {} declare const DescribeLocationEfsCommand_base: { new ( input: DescribeLocationEfsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeLocationEfsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeLocationEfsCommand extends DescribeLocationEfsCommand_base { protected static __types: { api: { input: DescribeLocationEfsRequest; output: DescribeLocationEfsResponse; }; sdk: { input: DescribeLocationEfsCommandInput; output: DescribeLocationEfsCommandOutput; }; }; }