import { App } from "firebase-admin/app"; export interface IAuthOptions { app?: App; tenantId?: string; } //# sourceMappingURL=types.d.ts.map