UNPKG

678 BTypeScriptView Raw
1import { Version } from '@angular/core';
2import { FirebaseApp } from 'firebase/app';
3export declare const VERSION: Version;
4export declare const ɵisMessagingSupportedFactory: {
5 async: () => any;
6 sync: () => any;
7};
8export declare const ɵisRemoteConfigSupportedFactory: {
9 async: () => any;
10 sync: () => any;
11};
12export declare const ɵisAnalyticsSupportedFactory: {
13 async: () => any;
14 sync: () => any;
15};
16export declare function ɵgetDefaultInstanceOf<T = unknown>(identifier: string, provided: T[] | undefined, defaultApp: FirebaseApp): T | undefined;
17export declare const ɵgetAllInstancesOf: <T = unknown>(identifier: string, app?: FirebaseApp) => T[];