import type { NotificarePluginProps } from '../types/types';
import type { ConfigPlugin } from 'expo/config-plugins';
export declare const withNotificareAndroid: ConfigPlugin<NotificarePluginProps>;
