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