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