/**
 * Push notification smoke test.
 * Verifies Firebase init, lists stored device tokens, and sends a real test
 * notification to every token in the DB (or a specific one via --token flag).
 *
 * Usage:
 *   npm run test:push                      — send to all tokens in DB
 *   npm run test:push -- --token <fcmToken> — send to one specific token
 *
 * Run from apps/api/
 */
export {};
//# sourceMappingURL=test-push.d.ts.map