export declare const notification: { title: Record; body: Record; verified: string[]; actionUrl?: Record | undefined; countriesToNotSendTo?: string[] | undefined; countriesToSendTo?: string[] | undefined; faithJourney?: "all" | "seekers" | "believers" | undefined; imageUrl?: string | undefined; meetLanguages?: "all" | string[] | undefined; minCompletions?: number | undefined; pushBody?: Record | undefined; pushTitle?: Record | undefined; pushTokens?: string[] | undefined; };