import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeNFSFileSharesInput, DescribeNFSFileSharesOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeNFSFileSharesCommandInput extends DescribeNFSFileSharesInput {} export interface DescribeNFSFileSharesCommandOutput extends DescribeNFSFileSharesOutput, __MetadataBearer {} declare const DescribeNFSFileSharesCommand_base: { new ( input: DescribeNFSFileSharesCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeNFSFileSharesCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeNFSFileSharesCommandInput, DescribeNFSFileSharesCommandOutput, import("..").StorageGatewayClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeNFSFileSharesCommand extends DescribeNFSFileSharesCommand_base { protected static __types: { api: { input: DescribeNFSFileSharesInput; output: DescribeNFSFileSharesOutput; }; sdk: { input: DescribeNFSFileSharesCommandInput; output: DescribeNFSFileSharesCommandOutput; }; }; }