import { SuperpowersChargerService } from '@bespunky/angular-google-maps/core'; /** * Loads overlay superpowers for the overlays module and makes them available to the core module. * * @export * @class OverlaysSuperpowerModule */ export declare class OverlaysSuperpowerModule { constructor(charger: SuperpowersChargerService); }