import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeLocationFsxLustreRequest, DescribeLocationFsxLustreResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeLocationFsxLustreCommandInput extends DescribeLocationFsxLustreRequest {} export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocationFsxLustreResponse, __MetadataBearer {} declare const DescribeLocationFsxLustreCommand_base: { new ( input: DescribeLocationFsxLustreCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeLocationFsxLustreCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeLocationFsxLustreCommand extends DescribeLocationFsxLustreCommand_base { protected static __types: { api: { input: DescribeLocationFsxLustreRequest; output: DescribeLocationFsxLustreResponse; }; sdk: { input: DescribeLocationFsxLustreCommandInput; output: DescribeLocationFsxLustreCommandOutput; }; }; }