import 'reflect-metadata'; import { ModuleWithProviders } from '@angular/core'; import { _GoogleMapsModule } from '@bespunky/angular-google-maps/_internal'; /** * INTERNAL. NOT FOR DIRECT USE. IMPORT `GoogleMapsModule` FROM `@bespunky/angular-google-maps/core` OR `@bespunky/angular-google-maps/async` INSTEAD. * * A shared module between the sync and async versions of the GoogleMapsModule. providing and enabling all basic and core functionality. */ export declare class _GoogleMapsCoreModule { } export declare class GoogleMapsModule extends _GoogleMapsModule { static forRoot(): ModuleWithProviders; }