Do not edit this file. It is a report generated by API Extractor.
import{FirebaseApp}from'@firebase/app';// @publicexportfunctiondeleteInstallations(installations: Installations): Promise<void>;// @internalexportinterface_FirebaseInstallationsInternal{getId(): Promise<string>;getToken(forceRefresh?: boolean): Promise<string>;}// @publicexportfunctiongetId(installations: Installations): Promise<string>;// @publicexportfunctiongetInstallations(app?: FirebaseApp): Installations;// @publicexportfunctiongetToken(installations: Installations,forceRefresh?: boolean): Promise<string>;// @publicexporttypeIdChangeCallbackFn=(installationId: string)=>void;// @publicexporttypeIdChangeUnsubscribeFn=()=>void;// @publicexportinterfaceInstallations{app: FirebaseApp;}// @publicexportfunctiononIdChange(installations: Installations,callback: IdChangeCallbackFn): IdChangeUnsubscribeFn;