import { CoinflowEnvs } from './common'; export declare function CoinflowPurchaseProtection({ coinflowEnv, merchantId }: { coinflowEnv: CoinflowEnvs; merchantId: string; }): null;