import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeLocationNfsRequest, DescribeLocationNfsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeLocationNfsCommandInput extends DescribeLocationNfsRequest {} export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsResponse, __MetadataBearer {} declare const DescribeLocationNfsCommand_base: { new ( input: DescribeLocationNfsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeLocationNfsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeLocationNfsCommand extends DescribeLocationNfsCommand_base { protected static __types: { api: { input: DescribeLocationNfsRequest; output: DescribeLocationNfsResponse; }; sdk: { input: DescribeLocationNfsCommandInput; output: DescribeLocationNfsCommandOutput; }; }; }