import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateTemplateGroupAccessControlEntryRequest } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateTemplateGroupAccessControlEntryCommandInput extends UpdateTemplateGroupAccessControlEntryRequest {} export interface UpdateTemplateGroupAccessControlEntryCommandOutput extends __MetadataBearer {} declare const UpdateTemplateGroupAccessControlEntryCommand_base: { new ( input: UpdateTemplateGroupAccessControlEntryCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateTemplateGroupAccessControlEntryCommandInput, UpdateTemplateGroupAccessControlEntryCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateTemplateGroupAccessControlEntryCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateTemplateGroupAccessControlEntryCommandInput, UpdateTemplateGroupAccessControlEntryCommandOutput, import("..").PcaConnectorAdClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateTemplateGroupAccessControlEntryCommand extends UpdateTemplateGroupAccessControlEntryCommand_base { protected static __types: { api: { input: UpdateTemplateGroupAccessControlEntryRequest; output: {}; }; sdk: { input: UpdateTemplateGroupAccessControlEntryCommandInput; output: UpdateTemplateGroupAccessControlEntryCommandOutput; }; }; }