import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../Macie2Client"; import { CreateClassificationJobRequest, CreateClassificationJobResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateClassificationJobCommandInput extends CreateClassificationJobRequest {} export interface CreateClassificationJobCommandOutput extends CreateClassificationJobResponse, __MetadataBearer {} declare const CreateClassificationJobCommand_base: { new ( input: CreateClassificationJobCommandInput ): import("@smithy/core/client").CommandImpl< CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateClassificationJobCommandInput ): import("@smithy/core/client").CommandImpl< CreateClassificationJobCommandInput, CreateClassificationJobCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateClassificationJobCommand extends CreateClassificationJobCommand_base { protected static __types: { api: { input: CreateClassificationJobRequest; output: CreateClassificationJobResponse; }; sdk: { input: CreateClassificationJobCommandInput; output: CreateClassificationJobCommandOutput; }; }; }