import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateLocationFsxOntapRequest, CreateLocationFsxOntapResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateLocationFsxOntapCommandInput extends CreateLocationFsxOntapRequest {} export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOntapResponse, __MetadataBearer {} declare const CreateLocationFsxOntapCommand_base: { new ( input: CreateLocationFsxOntapCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateLocationFsxOntapCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateLocationFsxOntapCommand extends CreateLocationFsxOntapCommand_base { protected static __types: { api: { input: CreateLocationFsxOntapRequest; output: CreateLocationFsxOntapResponse; }; sdk: { input: CreateLocationFsxOntapCommandInput; output: CreateLocationFsxOntapCommandOutput; }; }; }