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