import * as cdk from '@aws-cdk/core'; import { BaseStack, TemplateMappings } from './baseStack'; import { GeofenceCollectionParameters } from '../service-utils/geofenceCollectionParams'; declare type GeofenceCollectionStackProps = Pick & TemplateMappings & { authResourceName: string; }; export declare class GeofenceCollectionStack extends BaseStack { private readonly props; protected readonly groupPermissions: Record; protected readonly geofenceCollectionResource: cdk.CustomResource; protected readonly geofenceCollectionRegion: string; protected readonly geofenceCollectionName: string; protected readonly authResourceName: string; constructor(scope: cdk.Construct, id: string, props: GeofenceCollectionStackProps); private constructOutputs; private constructCollectionResource; private constructCollectionPolicyResources; } export {}; //# sourceMappingURL=geofenceCollectionStack.d.ts.map