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