import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDeviceFleetReportRequest, GetDeviceFleetReportResponse } from "../models/models_3"; export { __MetadataBearer }; export interface GetDeviceFleetReportCommandInput extends GetDeviceFleetReportRequest {} export interface GetDeviceFleetReportCommandOutput extends GetDeviceFleetReportResponse, __MetadataBearer {} declare const GetDeviceFleetReportCommand_base: { new ( input: GetDeviceFleetReportCommandInput, ): import("@smithy/core/client").CommandImpl< GetDeviceFleetReportCommandInput, GetDeviceFleetReportCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetDeviceFleetReportCommandInput, ): import("@smithy/core/client").CommandImpl< GetDeviceFleetReportCommandInput, GetDeviceFleetReportCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetDeviceFleetReportCommand extends GetDeviceFleetReportCommand_base { protected static __types: { api: { input: GetDeviceFleetReportRequest; output: GetDeviceFleetReportResponse; }; sdk: { input: GetDeviceFleetReportCommandInput; output: GetDeviceFleetReportCommandOutput; }; }; }