import { Stripe, Environment } from '../types'; import { Feature } from '../utils/message'; /** * Sets up fraud signals and events by injecting a script into * the document `
` that loads supporting code. This will * also happen on instantiation of an Olo Pay feature, but can * be called early to improve fraud detection. */ declare function initializeOloPay(): Promise