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