import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../Macie2Client"; import { CreateSampleFindingsRequest, CreateSampleFindingsResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateSampleFindingsCommandInput extends CreateSampleFindingsRequest {} export interface CreateSampleFindingsCommandOutput extends CreateSampleFindingsResponse, __MetadataBearer {} declare const CreateSampleFindingsCommand_base: { new ( input: CreateSampleFindingsCommandInput ): import("@smithy/core/client").CommandImpl< CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [CreateSampleFindingsCommandInput] ): import("@smithy/core/client").CommandImpl< CreateSampleFindingsCommandInput, CreateSampleFindingsCommandOutput, Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateSampleFindingsCommand extends CreateSampleFindingsCommand_base { protected static __types: { api: { input: CreateSampleFindingsRequest; output: {}; }; sdk: { input: CreateSampleFindingsCommandInput; output: CreateSampleFindingsCommandOutput; }; }; }