import { ModuleWithStatics } from './types/Module'; declare const defaultExports: ModuleWithStatics; export default defaultExports; export * from './types/Library'; export * from './types/Notification'; export * from './types/Trigger'; export * from './types/NotificationIOS'; export * from './types/NotificationAndroid'; export * from './types/PowerManagerInfo'; export type { FcmRemoteMessage, FcmConfig } from './fcm/types'; export type { ModuleWithStatics } from './types/Module'; export type { WebNotificationSettings } from './types/NotificationWeb';