import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CodeBuildClient"; import { DeleteReportInput, DeleteReportOutput } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteReportCommandInput extends DeleteReportInput {} export interface DeleteReportCommandOutput extends DeleteReportOutput, __MetadataBearer {} declare const DeleteReportCommand_base: { new ( input: DeleteReportCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteReportCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteReportCommandInput, DeleteReportCommandOutput, CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteReportCommand extends DeleteReportCommand_base { protected static __types: { api: { input: DeleteReportInput; output: {}; }; sdk: { input: DeleteReportCommandInput; output: DeleteReportCommandOutput; }; }; }