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