import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateLocationFsxLustreRequest, CreateLocationFsxLustreResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateLocationFsxLustreCommandInput extends CreateLocationFsxLustreRequest {} export interface CreateLocationFsxLustreCommandOutput extends CreateLocationFsxLustreResponse, __MetadataBearer {} declare const CreateLocationFsxLustreCommand_base: { new ( input: CreateLocationFsxLustreCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateLocationFsxLustreCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateLocationFsxLustreCommand extends CreateLocationFsxLustreCommand_base { protected static __types: { api: { input: CreateLocationFsxLustreRequest; output: CreateLocationFsxLustreResponse; }; sdk: { input: CreateLocationFsxLustreCommandInput; output: CreateLocationFsxLustreCommandOutput; }; }; }