import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateLocationFsxWindowsRequest, CreateLocationFsxWindowsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateLocationFsxWindowsCommandInput extends CreateLocationFsxWindowsRequest {} export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsxWindowsResponse, __MetadataBearer {} declare const CreateLocationFsxWindowsCommand_base: { new ( input: CreateLocationFsxWindowsCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateLocationFsxWindowsCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateLocationFsxWindowsCommand extends CreateLocationFsxWindowsCommand_base { protected static __types: { api: { input: CreateLocationFsxWindowsRequest; output: CreateLocationFsxWindowsResponse; }; sdk: { input: CreateLocationFsxWindowsCommandInput; output: CreateLocationFsxWindowsCommandOutput; }; }; }