import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DeviceFarmClient"; import { CreateDevicePoolRequest, CreateDevicePoolResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateDevicePoolCommandInput extends CreateDevicePoolRequest {} export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, __MetadataBearer {} declare const CreateDevicePoolCommand_base: { new ( input: CreateDevicePoolCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateDevicePoolCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateDevicePoolCommand extends CreateDevicePoolCommand_base { protected static __types: { api: { input: CreateDevicePoolRequest; output: CreateDevicePoolResult; }; sdk: { input: CreateDevicePoolCommandInput; output: CreateDevicePoolCommandOutput; }; }; }