import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateSupportCaseRequest, CreateSupportCaseResponse, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig, } from "../ServiceQuotasClient"; export { __MetadataBearer }; export { $Command }; export interface CreateSupportCaseCommandInput extends CreateSupportCaseRequest {} export interface CreateSupportCaseCommandOutput extends CreateSupportCaseResponse, __MetadataBearer {} declare const CreateSupportCaseCommand_base: { new ( input: CreateSupportCaseCommandInput ): import("@smithy/core/client").CommandImpl< CreateSupportCaseCommandInput, CreateSupportCaseCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateSupportCaseCommandInput ): import("@smithy/core/client").CommandImpl< CreateSupportCaseCommandInput, CreateSupportCaseCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateSupportCaseCommand extends CreateSupportCaseCommand_base { protected static __types: { api: { input: CreateSupportCaseRequest; output: {}; }; sdk: { input: CreateSupportCaseCommandInput; output: CreateSupportCaseCommandOutput; }; }; }