import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartQuotaUtilizationReportRequest, StartQuotaUtilizationReportResponse, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig, } from "../ServiceQuotasClient"; export { __MetadataBearer }; export { $Command }; export interface StartQuotaUtilizationReportCommandInput extends StartQuotaUtilizationReportRequest {} export interface StartQuotaUtilizationReportCommandOutput extends StartQuotaUtilizationReportResponse, __MetadataBearer {} declare const StartQuotaUtilizationReportCommand_base: { new ( input: StartQuotaUtilizationReportCommandInput ): import("@smithy/core/client").CommandImpl< StartQuotaUtilizationReportCommandInput, StartQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [StartQuotaUtilizationReportCommandInput] ): import("@smithy/core/client").CommandImpl< StartQuotaUtilizationReportCommandInput, StartQuotaUtilizationReportCommandOutput, ServiceQuotasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class StartQuotaUtilizationReportCommand extends StartQuotaUtilizationReportCommand_base { protected static __types: { api: { input: {}; output: StartQuotaUtilizationReportResponse; }; sdk: { input: StartQuotaUtilizationReportCommandInput; output: StartQuotaUtilizationReportCommandOutput; }; }; }