import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateLocationFsxOpenZfsRequest, CreateLocationFsxOpenZfsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateLocationFsxOpenZfsCommandInput extends CreateLocationFsxOpenZfsRequest {} export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsxOpenZfsResponse, __MetadataBearer {} declare const CreateLocationFsxOpenZfsCommand_base: { new ( input: CreateLocationFsxOpenZfsCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateLocationFsxOpenZfsCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateLocationFsxOpenZfsCommand extends CreateLocationFsxOpenZfsCommand_base { protected static __types: { api: { input: CreateLocationFsxOpenZfsRequest; output: CreateLocationFsxOpenZfsResponse; }; sdk: { input: CreateLocationFsxOpenZfsCommandInput; output: CreateLocationFsxOpenZfsCommandOutput; }; }; }