1 | import { Version } from '@angular/core';
|
2 | import { FirebaseApp } from 'firebase/app';
|
3 | import type { AppCheck } from 'firebase/app-check';
|
4 | export declare const VERSION: Version;
|
5 | export declare const ɵisSupportedError: (module: string) => string;
|
6 | export declare function ɵgetDefaultInstanceOf<T = unknown>(identifier: string, provided: T[] | undefined, defaultApp: FirebaseApp): T | undefined;
|
7 | export declare const ɵgetAllInstancesOf: <T = unknown>(identifier: string, app?: FirebaseApp) => T[];
|
8 | export interface ɵAppCheckInstances extends Array<AppCheck> {
|
9 | }
|
10 | export declare class ɵAppCheckInstances {
|
11 | constructor();
|
12 | }
|
13 | export declare const ɵAPP_CHECK_PROVIDER_NAME = "app-check";
|