import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CodeCommitClient"; import { BatchAssociateApprovalRuleTemplateWithRepositoriesInput, BatchAssociateApprovalRuleTemplateWithRepositoriesOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput extends BatchAssociateApprovalRuleTemplateWithRepositoriesInput {} export interface BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput extends BatchAssociateApprovalRuleTemplateWithRepositoriesOutput, __MetadataBearer {} declare const BatchAssociateApprovalRuleTemplateWithRepositoriesCommand_base: { new ( input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput ): import("@smithy/smithy-client").CommandImpl< BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput, BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput, CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class BatchAssociateApprovalRuleTemplateWithRepositoriesCommand extends BatchAssociateApprovalRuleTemplateWithRepositoriesCommand_base { protected static __types: { api: { input: BatchAssociateApprovalRuleTemplateWithRepositoriesInput; output: BatchAssociateApprovalRuleTemplateWithRepositoriesOutput; }; sdk: { input: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandInput; output: BatchAssociateApprovalRuleTemplateWithRepositoriesCommandOutput; }; }; }