import type { App, Credential } from "firebase-admin/app"; export type FirebasePluginConfig = { credential?: Credential; app?: App; secrets?: { GOOGLE_APPLICATION_CREDENTIALS?: string; }; }; //# sourceMappingURL=types.d.ts.map