import { type Auth } from 'firebase-admin/auth'; export declare const createFirebaseAuth: (projectId: string) => Auth;