import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateQualificationTypeRequest, CreateQualificationTypeResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateQualificationTypeCommandInput extends CreateQualificationTypeRequest {} export interface CreateQualificationTypeCommandOutput extends CreateQualificationTypeResponse, __MetadataBearer {} declare const CreateQualificationTypeCommand_base: { new ( input: CreateQualificationTypeCommandInput, ): import("@smithy/core/client").CommandImpl< CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput, import("..").MTurkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateQualificationTypeCommandInput, ): import("@smithy/core/client").CommandImpl< CreateQualificationTypeCommandInput, CreateQualificationTypeCommandOutput, import("..").MTurkClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateQualificationTypeCommand extends CreateQualificationTypeCommand_base { protected static __types: { api: { input: CreateQualificationTypeRequest; output: CreateQualificationTypeResponse; }; sdk: { input: CreateQualificationTypeCommandInput; output: CreateQualificationTypeCommandOutput; }; }; }