import * as cdk from '@aws-cdk/core'; import { MapParameters } from '../service-utils/mapParams'; import { BaseStack, TemplateMappings } from './baseStack'; declare type MapStackProps = Pick & TemplateMappings & { authResourceName: string; }; export declare class MapStack extends BaseStack { private readonly props; protected readonly groupPermissions: string[]; protected readonly accessType: string; protected readonly mapResource: cdk.CustomResource; protected readonly mapRegion: string; protected readonly mapName: string; protected readonly authResourceName: string; constructor(scope: cdk.Construct, id: string, props: MapStackProps); private constructOutputs; private constructMapResource; private constructMapPolicyResource; } export {}; //# sourceMappingURL=mapStack.d.ts.map