import { Notifire } from '@notifire/core'; import { NotifireOptions } from '../interfaces'; import { NotifireService } from '../services'; export declare function createNotifireProviders(options: NotifireOptions): ({ provide: typeof NotifireService; useFactory: () => Promise; useValue?: undefined; } | { provide: string; useValue: NotifireOptions; useFactory?: undefined; })[]; //# sourceMappingURL=notifire.providers.d.ts.map