import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateComputeQuotaRequest, CreateComputeQuotaResponse } from "../models/models_1"; export { __MetadataBearer }; export interface CreateComputeQuotaCommandInput extends CreateComputeQuotaRequest {} export interface CreateComputeQuotaCommandOutput extends CreateComputeQuotaResponse, __MetadataBearer {} declare const CreateComputeQuotaCommand_base: { new ( input: CreateComputeQuotaCommandInput, ): import("@smithy/core/client").CommandImpl< CreateComputeQuotaCommandInput, CreateComputeQuotaCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateComputeQuotaCommandInput, ): import("@smithy/core/client").CommandImpl< CreateComputeQuotaCommandInput, CreateComputeQuotaCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateComputeQuotaCommand extends CreateComputeQuotaCommand_base { protected static __types: { api: { input: CreateComputeQuotaRequest; output: CreateComputeQuotaResponse; }; sdk: { input: CreateComputeQuotaCommandInput; output: CreateComputeQuotaCommandOutput; }; }; }